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