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