GroupId | GroupIdorg.cloudsmith.stackhammer |
---|---|
ArtifactId | ArtifactIdapi |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
api-1.0.1.pom | |
api-1.0.1.jar | 33 KB |
api-1.0.1-sources.jar | 29 KB |
api-1.0.1-javadoc.jar | 181 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cloudsmith.stackhammer/api/ -->
<dependency>
<groupId>org.cloudsmith.stackhammer</groupId>
<artifactId>api</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.cloudsmith.stackhammer/api/
implementation 'org.cloudsmith.stackhammer:api:1.0.1'
// https://jarcasting.com/artifacts/org.cloudsmith.stackhammer/api/
implementation ("org.cloudsmith.stackhammer:api:1.0.1")
'org.cloudsmith.stackhammer:api:jar:1.0.1'
<dependency org="org.cloudsmith.stackhammer" name="api" rev="1.0.1">
<artifact name="api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cloudsmith.stackhammer', module='api', version='1.0.1')
)
libraryDependencies += "org.cloudsmith.stackhammer" % "api" % "1.0.1"
[org.cloudsmith.stackhammer/api "1.0.1"]