p

plantuml-mit

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