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