MVN

software.reinvent : commons

Maven & Gradle

May 22, 2018
1 usages
1 stars

commons · Common dependencies and utils for projects.

<dependency>
    <groupId>software.reinvent</groupId>
    <artifactId>commons</artifactId>
    <version>0.3.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of software.reinvent : commons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.12

All Versions

Choose a version of software.reinvent : commons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
commons-0.3.12
commons-0.3.11
commons-0.3.10
commons-0.3.9
commons-0.3.8
commons-0.3.7
commons-0.3.6
commons-0.3.5
commons-0.3.4

How to add a dependency to Maven

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

<dependency>
    <groupId>software.reinvent</groupId>
    <artifactId>commons</artifactId>
    <version>0.3.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following software.reinvent : commons gradle dependency to your build.gradle file:

implementation 'software.reinvent:commons:0.3.12'

Gradle Kotlin DSL: Add the following software.reinvent : commons gradle kotlin dependency to your build.gradle.kts file:

implementation("software.reinvent:commons:0.3.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following software.reinvent : commons sbt scala dependency to your build.sbt file:

libraryDependencies += "software.reinvent" % "commons" % "0.3.12"

Advertisement