Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdtech.dolch.plantarch |
ArtifactId | ArtifactIdplantarch |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
plantarch-0.0.2.pom | |
plantarch-0.0.2.jar | 60 KB |
plantarch-0.0.2-sources.jar | 11 KB |
plantarch-0.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/tech.dolch.plantarch/plantarch/
implementation 'tech.dolch.plantarch:plantarch:0.0.2'
// https://jarcasting.com/artifacts/tech.dolch.plantarch/plantarch/
implementation ("tech.dolch.plantarch:plantarch:0.0.2")
'tech.dolch.plantarch:plantarch:jar:0.0.2'
<dependency org="tech.dolch.plantarch" name="plantarch" rev="0.0.2">
<artifact name="plantarch" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.dolch.plantarch', module='plantarch', version='0.0.2')
)
libraryDependencies += "tech.dolch.plantarch" % "plantarch" % "0.0.2"
[tech.dolch.plantarch/plantarch "0.0.2"]