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