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