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