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