MVN

io.github.kelvindev15 : Kotlin2PlantUML

Maven & Gradle

Aug 08, 2023
22 stars

Kotlin2PlantUML · A kotlin library for generating plantuml from kotlin code.

<dependency>
    <groupId>io.github.kelvindev15</groupId>
    <artifactId>Kotlin2PlantUML</artifactId>
    <version>3.0.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.kelvindev15 : Kotlin2PlantUML to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.14

All Versions

Choose a version of io.github.kelvindev15 : Kotlin2PlantUML to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
Kotlin2PlantUML-3.0.14
Kotlin2PlantUML-3.0.13
Kotlin2PlantUML-3.0.12
Kotlin2PlantUML-3.0.11
Kotlin2PlantUML-3.0.10
Kotlin2PlantUML-3.0.9
Kotlin2PlantUML-3.0.8
Kotlin2PlantUML-3.0.7
Kotlin2PlantUML-3.0.6
Kotlin2PlantUML-3.0.5
Kotlin2PlantUML-3.0.4
Kotlin2PlantUML-3.0.3
Kotlin2PlantUML-3.0.2
Kotlin2PlantUML-3.0.1
Kotlin2PlantUML-3.0.0
2.0.x
Kotlin2PlantUML-2.0.22
Kotlin2PlantUML-2.0.21
Kotlin2PlantUML-2.0.20
Kotlin2PlantUML-2.0.19
Kotlin2PlantUML-2.0.18
Kotlin2PlantUML-2.0.17
Kotlin2PlantUML-2.0.16
Kotlin2PlantUML-2.0.15
Kotlin2PlantUML-2.0.14
Kotlin2PlantUML-2.0.13
Kotlin2PlantUML-2.0.12
Kotlin2PlantUML-2.0.11
Kotlin2PlantUML-2.0.10
Kotlin2PlantUML-2.0.9
Kotlin2PlantUML-2.0.4
Kotlin2PlantUML-2.0.3
Kotlin2PlantUML-2.0.2
Kotlin2PlantUML-2.0.1
Kotlin2PlantUML-2.0.0
1.0.x
Kotlin2PlantUML-1.0.0
unspecified
Kotlin2PlantUML-unspecified

How to add a dependency to Maven

Add the following io.github.kelvindev15 : Kotlin2PlantUML maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.kelvindev15</groupId>
    <artifactId>Kotlin2PlantUML</artifactId>
    <version>3.0.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.kelvindev15 : Kotlin2PlantUML gradle dependency to your build.gradle file:

implementation 'io.github.kelvindev15:Kotlin2PlantUML:3.0.14'

Gradle Kotlin DSL: Add the following io.github.kelvindev15 : Kotlin2PlantUML gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.kelvindev15:Kotlin2PlantUML:3.0.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.kelvindev15 : Kotlin2PlantUML sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.kelvindev15" % "Kotlin2PlantUML" % "3.0.14"