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