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