License |
License |
---|---|
GroupId | GroupIdorg.sklsft.commons |
ArtifactId | ArtifactIdcommons-root |
Last Version | Last Version4.0.0-M2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSkeleton Commons - Root
Root module of Commons project
|
Filename | Size |
---|---|
commons-root-4.0.0-M2.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sklsft.commons/commons-root/ -->
<dependency>
<groupId>org.sklsft.commons</groupId>
<artifactId>commons-root</artifactId>
<version>4.0.0-M2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sklsft.commons/commons-root/
implementation 'org.sklsft.commons:commons-root:4.0.0-M2'
// https://jarcasting.com/artifacts/org.sklsft.commons/commons-root/
implementation ("org.sklsft.commons:commons-root:4.0.0-M2")
'org.sklsft.commons:commons-root:pom:4.0.0-M2'
<dependency org="org.sklsft.commons" name="commons-root" rev="4.0.0-M2">
<artifact name="commons-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sklsft.commons', module='commons-root', version='4.0.0-M2')
)
libraryDependencies += "org.sklsft.commons" % "commons-root" % "4.0.0-M2"
[org.sklsft.commons/commons-root "4.0.0-M2"]