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