MVN

it.czerwinski : kotlin-util-metadata

Maven & Gradle

Dec 09, 2020
7 stars

Kotlin Utilities · Kotlin utility classes based on Scala

<dependency>
    <groupId>it.czerwinski</groupId>
    <artifactId>kotlin-util-metadata</artifactId>
    <version>1.4.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.czerwinski : kotlin-util-metadata to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.21

All Versions

Choose a version of it.czerwinski : kotlin-util-metadata to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
kotlin-util-metadata-1.4.21
kotlin-util-metadata-1.4.20
kotlin-util-metadata-1.4.10
kotlin-util-metadata-1.4.0

How to add a dependency to Maven

Add the following it.czerwinski : kotlin-util-metadata maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.czerwinski</groupId>
    <artifactId>kotlin-util-metadata</artifactId>
    <version>1.4.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.czerwinski : kotlin-util-metadata gradle dependency to your build.gradle file:

implementation 'it.czerwinski:kotlin-util-metadata:1.4.21'

Gradle Kotlin DSL: Add the following it.czerwinski : kotlin-util-metadata gradle kotlin dependency to your build.gradle.kts file:

implementation("it.czerwinski:kotlin-util-metadata:1.4.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.czerwinski : kotlin-util-metadata sbt scala dependency to your build.sbt file:

libraryDependencies += "it.czerwinski" % "kotlin-util-metadata" % "1.4.21"

Advertisement