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