GroupId | GroupIdde.poiu.coat |
---|---|
ArtifactId | ArtifactIdcoat-example |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
coat-example-0.0.1.pom | |
coat-example-0.0.1.jar | 8 KB |
coat-example-0.0.1-sources.jar | 7 KB |
coat-example-0.0.1-javadoc.jar | 451 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.poiu.coat/coat-example/ -->
<dependency>
<groupId>de.poiu.coat</groupId>
<artifactId>coat-example</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.poiu.coat/coat-example/
implementation 'de.poiu.coat:coat-example:0.0.1'
// https://jarcasting.com/artifacts/de.poiu.coat/coat-example/
implementation ("de.poiu.coat:coat-example:0.0.1")
'de.poiu.coat:coat-example:jar:0.0.1'
<dependency org="de.poiu.coat" name="coat-example" rev="0.0.1">
<artifact name="coat-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.poiu.coat', module='coat-example', version='0.0.1')
)
libraryDependencies += "de.poiu.coat" % "coat-example" % "0.0.1"
[de.poiu.coat/coat-example "0.0.1"]