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