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