GroupId | GroupIdorg.sklsft.commons |
---|---|
ArtifactId | ArtifactIdcommons-root |
Version | Version2.1.1 |
Type | Typepom |
Filename | Size |
---|---|
commons-root-2.1.1.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sklsft.commons/commons-root/ -->
<dependency>
<groupId>org.sklsft.commons</groupId>
<artifactId>commons-root</artifactId>
<version>2.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sklsft.commons/commons-root/
implementation 'org.sklsft.commons:commons-root:2.1.1'
// https://jarcasting.com/artifacts/org.sklsft.commons/commons-root/
implementation ("org.sklsft.commons:commons-root:2.1.1")
'org.sklsft.commons:commons-root:pom:2.1.1'
<dependency org="org.sklsft.commons" name="commons-root" rev="2.1.1">
<artifact name="commons-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sklsft.commons', module='commons-root', version='2.1.1')
)
libraryDependencies += "org.sklsft.commons" % "commons-root" % "2.1.1"
[org.sklsft.commons/commons-root "2.1.1"]