MVN

io.github.emanuelvictor : commons

Maven & Gradle

May 02, 2023
0 stars

commons · Commons for EV Software

<dependency>
    <groupId>io.github.emanuelvictor</groupId>
    <artifactId>commons</artifactId>
    <version>2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.emanuelvictor : commons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2

All Versions

Choose a version of io.github.emanuelvictor : commons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2
commons-2.2
2.1
commons-2.1
2.0
commons-2.0
1.23
commons-1.23
1.9
commons-1.9
1.8
commons-1.8
1.7
commons-1.7
1.6
commons-1.6
1.5
commons-1.5
1.4
commons-1.4
1.3
commons-1.3
1.2
commons-1.2
1.1
commons-1.1
1.0
commons-1.0
0.16
commons-0.16
0.14
commons-0.14
0.13
commons-0.13
0.11
commons-0.11
0.10
commons-0.10
0.9
commons-0.9
0.1
commons-0.1

How to add a dependency to Maven

Add the following io.github.emanuelvictor : commons maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.emanuelvictor</groupId>
    <artifactId>commons</artifactId>
    <version>2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.emanuelvictor : commons gradle dependency to your build.gradle file:

implementation 'io.github.emanuelvictor:commons:2.2'

Gradle Kotlin DSL: Add the following io.github.emanuelvictor : commons gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.emanuelvictor:commons:2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.emanuelvictor : commons sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.emanuelvictor" % "commons" % "2.2"