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