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