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