License |
License |
---|---|
Categories |
CategoriesAnt Build Tools Net UML Business Logic Libraries Documents Processing |
GroupId | GroupIdnet.sourceforge.plantuml |
ArtifactId | ArtifactIdplantuml |
Last Version | Last Version8059 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPlantUML
PlantUML is a component that allows to quickly write :
* sequence diagram,
* use case diagram,
* class diagram,
* activity diagram,
* component diagram,
* state diagram
* object diagram
|
Project URL |
Project URL |
Filename | Size |
---|---|
plantuml-8059.pom | |
plantuml-8059.jar | 1 MB |
plantuml-8059-sources.jar | 1 MB |
plantuml-8059-javadoc.jar | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.plantuml/plantuml/ -->
<dependency>
<groupId>net.sourceforge.plantuml</groupId>
<artifactId>plantuml</artifactId>
<version>8059</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.plantuml/plantuml/
implementation 'net.sourceforge.plantuml:plantuml:8059'
// https://jarcasting.com/artifacts/net.sourceforge.plantuml/plantuml/
implementation ("net.sourceforge.plantuml:plantuml:8059")
'net.sourceforge.plantuml:plantuml:jar:8059'
<dependency org="net.sourceforge.plantuml" name="plantuml" rev="8059">
<artifact name="plantuml" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.plantuml', module='plantuml', version='8059')
)
libraryDependencies += "net.sourceforge.plantuml" % "plantuml" % "8059"
[net.sourceforge.plantuml/plantuml "8059"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.ant : ant | jar | 1.8.1 |