MVN

io.github.rothschil : common-pre

Maven & Gradle

Oct 14, 2021
0 stars

pippin · Pippin, was a Hobbit of the Shire, and one of Frodo Baggins' youngest, but closest friends. He was a member of the Fellowship of the Ring and later became the thirty-second Thain of the Shire

<dependency>
    <groupId>io.github.rothschil</groupId>
    <artifactId>common-pre</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.rothschil : common-pre to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0.RELEASE

All Versions

Choose a version of io.github.rothschil : common-pre to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
common-pre-1.0.0.RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.rothschil</groupId>
    <artifactId>common-pre</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.rothschil : common-pre gradle dependency to your build.gradle file:

implementation 'io.github.rothschil:common-pre:1.0.0.RELEASE'

Gradle Kotlin DSL: Add the following io.github.rothschil : common-pre gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.rothschil:common-pre:1.0.0.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.rothschil : common-pre sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.rothschil" % "common-pre" % "1.0.0.RELEASE"

Advertisement