p

plantuml-gplv2

PlantUML is a component that allows to quickly write diagrams from text.
https://plantuml.com/
GPLv2 License
Arnaud Roques
Files download
File Operation
plantuml-gplv2-1.2023.12.jar download
plantuml-gplv2-1.2023.12.pom download
plantuml-gplv2-1.2023.12-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sourceforge.plantuml</groupId>
  <artifactId>plantuml-gplv2</artifactId>
  <version>1.2023.12</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.plantuml:plantuml-gplv2:1.2023.12'
Gradle Kotlin
implementation("net.sourceforge.plantuml:plantuml-gplv2:1.2023.12")
Scala SBT
libraryDependencies += "net.sourceforge.plantuml" % "plantuml-gplv2" % "1.2023.12"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.plantuml', module='plantuml-gplv2', version='1.2023.12')
)
Apache Ivy
<dependency org="net.sourceforge.plantuml" name="plantuml-gplv2" rev="1.2023.12" />
Leiningen
[net.sourceforge.plantuml/plantuml-gplv2 "1.2023.12"]
Apache Buildr
'net.sourceforge.plantuml:plantuml-gplv2:jar:1.2023.12'
Dependencies
The project has no third-party dependencies