MVN

io.github.giovannilamarmora.utils : utils-code

Maven & Gradle

Jun 15, 2023
68.3k stars

utils · Utils Maven Repository

<dependency>
    <groupId>io.github.giovannilamarmora.utils</groupId>
    <artifactId>utils-code</artifactId>
    <version>0.2.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.giovannilamarmora.utils : utils-code to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.21

All Versions

Choose a version of io.github.giovannilamarmora.utils : utils-code to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
utils-code-0.2.21
utils-code-0.2.20
utils-code-0.2.10
utils-code-0.2.9
utils-code-0.2.8
utils-code-0.2.7
utils-code-0.2.6
utils-code-0.2.4
utils-code-0.2.3

How to add a dependency to Maven

Add the following io.github.giovannilamarmora.utils : utils-code maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.giovannilamarmora.utils</groupId>
    <artifactId>utils-code</artifactId>
    <version>0.2.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.giovannilamarmora.utils : utils-code gradle dependency to your build.gradle file:

implementation 'io.github.giovannilamarmora.utils:utils-code:0.2.21'

Gradle Kotlin DSL: Add the following io.github.giovannilamarmora.utils : utils-code gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.giovannilamarmora.utils:utils-code:0.2.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.giovannilamarmora.utils : utils-code sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.giovannilamarmora.utils" % "utils-code" % "0.2.21"