GroupId | GroupIdorg.organicdesign.indented |
---|---|
ArtifactId | ArtifactIdIndented |
Version | Version0.0.7 |
Type | Typejar |
Filename | Size |
---|---|
Indented-0.0.7.pom | |
Indented-0.0.7.jar | 8 KB |
Indented-0.0.7-sources.jar | 3 KB |
Indented-0.0.7-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.organicdesign.indented/Indented/ -->
<dependency>
<groupId>org.organicdesign.indented</groupId>
<artifactId>Indented</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.organicdesign.indented/Indented/
implementation 'org.organicdesign.indented:Indented:0.0.7'
// https://jarcasting.com/artifacts/org.organicdesign.indented/Indented/
implementation ("org.organicdesign.indented:Indented:0.0.7")
'org.organicdesign.indented:Indented:jar:0.0.7'
<dependency org="org.organicdesign.indented" name="Indented" rev="0.0.7">
<artifact name="Indented" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.organicdesign.indented', module='Indented', version='0.0.7')
)
libraryDependencies += "org.organicdesign.indented" % "Indented" % "0.0.7"
[org.organicdesign.indented/Indented "0.0.7"]