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