Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdtech.dolch.plantarch |
ArtifactId | ArtifactIdplantarch |
Version | Version0.0.6 |
Type | Typejar |
Filename | Size |
---|---|
plantarch-0.0.6.pom | |
plantarch-0.0.6.jar | 63 KB |
plantarch-0.0.6-sources.jar | 11 KB |
plantarch-0.0.6-javadoc.jar | 559 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/tech.dolch.plantarch/plantarch/ -->
<dependency>
<groupId>tech.dolch.plantarch</groupId>
<artifactId>plantarch</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/tech.dolch.plantarch/plantarch/
implementation 'tech.dolch.plantarch:plantarch:0.0.6'
// https://jarcasting.com/artifacts/tech.dolch.plantarch/plantarch/
implementation ("tech.dolch.plantarch:plantarch:0.0.6")
'tech.dolch.plantarch:plantarch:jar:0.0.6'
<dependency org="tech.dolch.plantarch" name="plantarch" rev="0.0.6">
<artifact name="plantarch" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.dolch.plantarch', module='plantarch', version='0.0.6')
)
libraryDependencies += "tech.dolch.plantarch" % "plantarch" % "0.0.6"
[tech.dolch.plantarch/plantarch "0.0.6"]