MVN

io.github.ermadmi78 : kobby-generator-kotlin

Maven & Gradle

Jun 21, 2023
2 usages
73 stars

io.github.ermadmi78:kobby-generator-kotlin · Kobby Kotlin DSL Generator

<dependency>
    <groupId>io.github.ermadmi78</groupId>
    <artifactId>kobby-generator-kotlin</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ermadmi78 : kobby-generator-kotlin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0
  • Latest Beta: 3.0.0-beta.01
  • Latest Alpha: 3.0.2-alpha.12

All Versions

Choose a version of io.github.ermadmi78 : kobby-generator-kotlin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
kobby-generator-kotlin-3.1.0
3.0.x
kobby-generator-kotlin-3.0.2
kobby-generator-kotlin-3.0.2-alpha.12
kobby-generator-kotlin-3.0.2-alpha.08
kobby-generator-kotlin-3.0.0
kobby-generator-kotlin-3.0.0-beta.01
2.1.x
kobby-generator-kotlin-2.1.1
kobby-generator-kotlin-2.1.0
2.0.x
kobby-generator-kotlin-2.0.0
kobby-generator-kotlin-2.0.0-beta.01
1.6.x
kobby-generator-kotlin-1.6.0
1.5.x
kobby-generator-kotlin-1.5.1
kobby-generator-kotlin-1.5.1-alpha.0
kobby-generator-kotlin-1.5.0
1.4.x
kobby-generator-kotlin-1.4.1
kobby-generator-kotlin-1.4.0
1.3.x
kobby-generator-kotlin-1.3.1
kobby-generator-kotlin-1.3.0
1.2.x
kobby-generator-kotlin-1.2.0
1.1.x
kobby-generator-kotlin-1.1.0
1.0.x
kobby-generator-kotlin-1.0.0
kobby-generator-kotlin-1.0.0-beta.12
kobby-generator-kotlin-1.0.0-beta.11
kobby-generator-kotlin-1.0.0-beta.10
kobby-generator-kotlin-1.0.0-beta.09
kobby-generator-kotlin-1.0.0-beta.08
kobby-generator-kotlin-1.0.0-beta.07
kobby-generator-kotlin-1.0.0-beta.06
kobby-generator-kotlin-1.0.0-beta.05
kobby-generator-kotlin-1.0.0-beta.04
kobby-generator-kotlin-1.0.0-beta.03
kobby-generator-kotlin-1.0.0-beta.02
kobby-generator-kotlin-1.0.0-beta.01
kobby-generator-kotlin-1.0.0-alpha.09
kobby-generator-kotlin-1.0.0-alpha.08
kobby-generator-kotlin-1.0.0-alpha.07
kobby-generator-kotlin-1.0.0-alpha.06
kobby-generator-kotlin-1.0.0-alpha.05
kobby-generator-kotlin-1.0.0-alpha.04
kobby-generator-kotlin-1.0.0-alpha.03

How to add a dependency to Maven

Add the following io.github.ermadmi78 : kobby-generator-kotlin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.ermadmi78</groupId>
    <artifactId>kobby-generator-kotlin</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.ermadmi78 : kobby-generator-kotlin gradle dependency to your build.gradle file:

implementation 'io.github.ermadmi78:kobby-generator-kotlin:3.1.0'

Gradle Kotlin DSL: Add the following io.github.ermadmi78 : kobby-generator-kotlin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.ermadmi78:kobby-generator-kotlin:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.ermadmi78 : kobby-generator-kotlin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.ermadmi78" % "kobby-generator-kotlin" % "3.1.0"

Advertisement