GroupId | GroupIdde.dbck.poc |
---|---|
ArtifactId | ArtifactIdpoc-helloworld |
Version | Version0.0.5 |
Type | Typejar |
Filename | Size |
---|---|
poc-helloworld-0.0.5.pom | |
poc-helloworld-0.0.5.jar | 20 MB |
poc-helloworld-0.0.5-sources.jar | 3 KB |
poc-helloworld-0.0.5-javadoc.jar | 393 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.dbck.poc/poc-helloworld/ -->
<dependency>
<groupId>de.dbck.poc</groupId>
<artifactId>poc-helloworld</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/de.dbck.poc/poc-helloworld/
implementation 'de.dbck.poc:poc-helloworld:0.0.5'
// https://jarcasting.com/artifacts/de.dbck.poc/poc-helloworld/
implementation ("de.dbck.poc:poc-helloworld:0.0.5")
'de.dbck.poc:poc-helloworld:jar:0.0.5'
<dependency org="de.dbck.poc" name="poc-helloworld" rev="0.0.5">
<artifact name="poc-helloworld" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.dbck.poc', module='poc-helloworld', version='0.0.5')
)
libraryDependencies += "de.dbck.poc" % "poc-helloworld" % "0.0.5"
[de.dbck.poc/poc-helloworld "0.0.5"]