is not current version
Last Version 0.0.9

tech.dolch.plantarch:plantarch 0.0.5

PlantArch is an easy configurable tool to generate diagrams from java classes.

Categories

Categories

Ant Build Tools
GroupId

GroupId

tech.dolch.plantarch
ArtifactId

ArtifactId

plantarch
Version

Version

0.0.5
Type

Type

jar

Download plantarch 0.0.5


<!-- https://jarcasting.com/artifacts/tech.dolch.plantarch/plantarch/ -->
<dependency>
    <groupId>tech.dolch.plantarch</groupId>
    <artifactId>plantarch</artifactId>
    <version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/tech.dolch.plantarch/plantarch/
implementation 'tech.dolch.plantarch:plantarch:0.0.5'
// https://jarcasting.com/artifacts/tech.dolch.plantarch/plantarch/
implementation ("tech.dolch.plantarch:plantarch:0.0.5")
'tech.dolch.plantarch:plantarch:jar:0.0.5'
<dependency org="tech.dolch.plantarch" name="plantarch" rev="0.0.5">
  <artifact name="plantarch" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.dolch.plantarch', module='plantarch', version='0.0.5')
)
libraryDependencies += "tech.dolch.plantarch" % "plantarch" % "0.0.5"
[tech.dolch.plantarch/plantarch "0.0.5"]