GroupId | GroupIdorg.sklsft.commons |
---|---|
ArtifactId | ArtifactIdcommons-mvc |
Version | Version3.1.0-M2 |
Type | Typejar |
Filename | Size |
---|---|
commons-mvc-3.1.0-M2.pom | |
commons-mvc-3.1.0-M2.jar | 18 KB |
commons-mvc-3.1.0-M2-sources.jar | 12 KB |
commons-mvc-3.1.0-M2-javadoc.jar | 143 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sklsft.commons/commons-mvc/ -->
<dependency>
<groupId>org.sklsft.commons</groupId>
<artifactId>commons-mvc</artifactId>
<version>3.1.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.sklsft.commons/commons-mvc/
implementation 'org.sklsft.commons:commons-mvc:3.1.0-M2'
// https://jarcasting.com/artifacts/org.sklsft.commons/commons-mvc/
implementation ("org.sklsft.commons:commons-mvc:3.1.0-M2")
'org.sklsft.commons:commons-mvc:jar:3.1.0-M2'
<dependency org="org.sklsft.commons" name="commons-mvc" rev="3.1.0-M2">
<artifact name="commons-mvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sklsft.commons', module='commons-mvc', version='3.1.0-M2')
)
libraryDependencies += "org.sklsft.commons" % "commons-mvc" % "3.1.0-M2"
[org.sklsft.commons/commons-mvc "3.1.0-M2"]