MVN

cool.scx : scx-mvc

Maven & Gradle

Aug 19, 2023
4 stars

SCX MVC · SCX MVC

<dependency>
    <groupId>cool.scx</groupId>
    <artifactId>scx-mvc</artifactId>
    <version>2.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cool.scx : scx-mvc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.3

All Versions

Choose a version of cool.scx : scx-mvc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
scx-mvc-2.4.3
scx-mvc-2.4.2
scx-mvc-2.4.1
scx-mvc-2.4.0
2.3.x
scx-mvc-2.3.9
scx-mvc-2.3.8
scx-mvc-2.3.7
scx-mvc-2.3.6
scx-mvc-2.3.5
scx-mvc-2.3.4
scx-mvc-2.3.3
scx-mvc-2.3.2
scx-mvc-2.3.1
scx-mvc-2.3.0
2.2.x
scx-mvc-2.2.9
scx-mvc-2.2.8
scx-mvc-2.2.7
scx-mvc-2.2.6
scx-mvc-2.2.5
scx-mvc-2.2.4
scx-mvc-2.2.3
scx-mvc-2.2.2
scx-mvc-2.2.1
scx-mvc-2.2.0
2.1.x
scx-mvc-2.1.5
scx-mvc-2.1.4
scx-mvc-2.1.3
scx-mvc-2.1.2
scx-mvc-2.1.1
scx-mvc-2.1.0
2.0.x
scx-mvc-2.0.22
scx-mvc-2.0.21
scx-mvc-2.0.20
scx-mvc-2.0.19
scx-mvc-2.0.18
scx-mvc-2.0.17
scx-mvc-2.0.16
scx-mvc-2.0.15
scx-mvc-2.0.14
scx-mvc-2.0.13
scx-mvc-2.0.12
scx-mvc-2.0.11
scx-mvc-2.0.10
scx-mvc-2.0.9

How to add a dependency to Maven

Add the following cool.scx : scx-mvc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cool.scx</groupId>
    <artifactId>scx-mvc</artifactId>
    <version>2.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cool.scx : scx-mvc gradle dependency to your build.gradle file:

implementation 'cool.scx:scx-mvc:2.4.3'

Gradle Kotlin DSL: Add the following cool.scx : scx-mvc gradle kotlin dependency to your build.gradle.kts file:

implementation("cool.scx:scx-mvc:2.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following cool.scx : scx-mvc sbt scala dependency to your build.sbt file:

libraryDependencies += "cool.scx" % "scx-mvc" % "2.4.3"

Advertisement