MVN

com.github.a14e : mycommons_2.13

Maven & Gradle

Dec 24, 2021
0 stars

mycommons · mycommons

<dependency>
    <groupId>com.github.a14e</groupId>
    <artifactId>mycommons_2.13</artifactId>
    <version>0.3.33</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.a14e : mycommons_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.33

All Versions

Choose a version of com.github.a14e : mycommons_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
mycommons_2.13-0.3.33
mycommons_2.13-0.3.32
mycommons_2.13-0.3.31
mycommons_2.13-0.3.29
mycommons_2.13-0.3.28
mycommons_2.13-0.3.27
mycommons_2.13-0.3.26
mycommons_2.13-0.3.25
mycommons_2.13-0.3.24
mycommons_2.13-0.3.23
mycommons_2.13-0.3.22
mycommons_2.13-0.3.21
mycommons_2.13-0.3.20
mycommons_2.13-0.3.19
mycommons_2.13-0.3.18
mycommons_2.13-0.3.17
mycommons_2.13-0.3.16
mycommons_2.13-0.3.14
mycommons_2.13-0.3.13
mycommons_2.13-0.3.12
mycommons_2.13-0.3.10
mycommons_2.13-0.3.09

How to add a dependency to Maven

Add the following com.github.a14e : mycommons_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.a14e</groupId>
    <artifactId>mycommons_2.13</artifactId>
    <version>0.3.33</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.a14e : mycommons_2.13 gradle dependency to your build.gradle file:

implementation 'com.github.a14e:mycommons_2.13:0.3.33'

Gradle Kotlin DSL: Add the following com.github.a14e : mycommons_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.a14e:mycommons_2.13:0.3.33")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.a14e : mycommons_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.a14e" % "mycommons_2.13" % "0.3.33"

Advertisement