| Categories | CategoriesAnt Build Tools Net UML Business Logic Libraries Documents Processing | 
|---|---|
| GroupId | GroupIdnet.sourceforge.plantuml | 
| ArtifactId | ArtifactIdplantuml | 
| Version | Version8029 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| plantuml-8029.pom | |
| plantuml-8029.jar | 2 MB | 
| plantuml-8029-sources.jar | 2 MB | 
| plantuml-8029-javadoc.jar | 9 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.sourceforge.plantuml/plantuml/ -->
<dependency>
    <groupId>net.sourceforge.plantuml</groupId>
    <artifactId>plantuml</artifactId>
    <version>8029</version>
</dependency>// https://jarcasting.com/artifacts/net.sourceforge.plantuml/plantuml/
implementation 'net.sourceforge.plantuml:plantuml:8029'// https://jarcasting.com/artifacts/net.sourceforge.plantuml/plantuml/
implementation ("net.sourceforge.plantuml:plantuml:8029")'net.sourceforge.plantuml:plantuml:jar:8029'<dependency org="net.sourceforge.plantuml" name="plantuml" rev="8029">
  <artifact name="plantuml" type="jar" />
</dependency>@Grapes(
@Grab(group='net.sourceforge.plantuml', module='plantuml', version='8029')
)libraryDependencies += "net.sourceforge.plantuml" % "plantuml" % "8029"[net.sourceforge.plantuml/plantuml "8029"]