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