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