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.1.jar download
plantuml-mit-1.2024.1.pom download
plantuml-mit-1.2024.1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sourceforge.plantuml</groupId>
  <artifactId>plantuml-mit</artifactId>
  <version>1.2024.1</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.plantuml:plantuml-mit:1.2024.1'
Gradle Kotlin
implementation("net.sourceforge.plantuml:plantuml-mit:1.2024.1")
Scala SBT
libraryDependencies += "net.sourceforge.plantuml" % "plantuml-mit" % "1.2024.1"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.plantuml', module='plantuml-mit', version='1.2024.1')
)
Apache Ivy
<dependency org="net.sourceforge.plantuml" name="plantuml-mit" rev="1.2024.1" />
Leiningen
[net.sourceforge.plantuml/plantuml-mit "1.2024.1"]
Apache Buildr
'net.sourceforge.plantuml:plantuml-mit:jar:1.2024.1'
Dependencies
The project has no third-party dependencies