is not current version
Last Version 4.0.0-M2

org.sklsft.commons:commons-mvc 3.0.0-M5

Commons MVC

GroupId

GroupId

org.sklsft.commons
ArtifactId

ArtifactId

commons-mvc
Version

Version

3.0.0-M5
Type

Type

jar

Download commons-mvc 3.0.0-M5


<!-- https://jarcasting.com/artifacts/org.sklsft.commons/commons-mvc/ -->
<dependency>
    <groupId>org.sklsft.commons</groupId>
    <artifactId>commons-mvc</artifactId>
    <version>3.0.0-M5</version>
</dependency>
// https://jarcasting.com/artifacts/org.sklsft.commons/commons-mvc/
implementation 'org.sklsft.commons:commons-mvc:3.0.0-M5'
// https://jarcasting.com/artifacts/org.sklsft.commons/commons-mvc/
implementation ("org.sklsft.commons:commons-mvc:3.0.0-M5")
'org.sklsft.commons:commons-mvc:jar:3.0.0-M5'
<dependency org="org.sklsft.commons" name="commons-mvc" rev="3.0.0-M5">
  <artifact name="commons-mvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sklsft.commons', module='commons-mvc', version='3.0.0-M5')
)
libraryDependencies += "org.sklsft.commons" % "commons-mvc" % "3.0.0-M5"
[org.sklsft.commons/commons-mvc "3.0.0-M5"]