MVN

io.mcarle : konvert-annotations

Maven & Gradle

Jun 25, 2023
61 stars

konvert-annotations · Konvert is a KSP to generate mapping code between types

<dependency>
    <groupId>io.mcarle</groupId>
    <artifactId>konvert-annotations</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.mcarle : konvert-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0

All Versions

Choose a version of io.mcarle : konvert-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
konvert-annotations-2.1.0
2.0.x
konvert-annotations-2.0.0
1.5.x
konvert-annotations-1.5.1
konvert-annotations-1.5.0

How to add a dependency to Maven

Add the following io.mcarle : konvert-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.mcarle</groupId>
    <artifactId>konvert-annotations</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.mcarle : konvert-annotations gradle dependency to your build.gradle file:

implementation 'io.mcarle:konvert-annotations:2.1.0'

Gradle Kotlin DSL: Add the following io.mcarle : konvert-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("io.mcarle:konvert-annotations:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.mcarle : konvert-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "io.mcarle" % "konvert-annotations" % "2.1.0"

Advertisement