MVN

de.saumya.mojo : gem-with-jar-extension

Maven & Gradle

Nov 02, 2021
111 stars

Gem with Jar Maven Extension

<dependency>
    <groupId>de.saumya.mojo</groupId>
    <artifactId>gem-with-jar-extension</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.saumya.mojo : gem-with-jar-extension to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of de.saumya.mojo : gem-with-jar-extension to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
gem-with-jar-extension-2.0.1
gem-with-jar-extension-2.0.0-1
1.1.x
gem-with-jar-extension-1.1.8
gem-with-jar-extension-1.1.7
gem-with-jar-extension-1.1.6
gem-with-jar-extension-1.1.5
gem-with-jar-extension-1.1.4
gem-with-jar-extension-1.1.3
gem-with-jar-extension-1.1.2
gem-with-jar-extension-1.1.1
gem-with-jar-extension-1.1.0
1.0.x
gem-with-jar-extension-1.0.10
gem-with-jar-extension-1.0.9
gem-with-jar-extension-1.0.8
gem-with-jar-extension-1.0.7
gem-with-jar-extension-1.0.6
gem-with-jar-extension-1.0.5
gem-with-jar-extension-1.0.4
gem-with-jar-extension-1.0.3
gem-with-jar-extension-1.0.2

How to add a dependency to Maven

Add the following de.saumya.mojo : gem-with-jar-extension maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.saumya.mojo</groupId>
    <artifactId>gem-with-jar-extension</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.saumya.mojo : gem-with-jar-extension gradle dependency to your build.gradle file:

implementation 'de.saumya.mojo:gem-with-jar-extension:2.0.1'

Gradle Kotlin DSL: Add the following de.saumya.mojo : gem-with-jar-extension gradle kotlin dependency to your build.gradle.kts file:

implementation("de.saumya.mojo:gem-with-jar-extension:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.saumya.mojo : gem-with-jar-extension sbt scala dependency to your build.sbt file:

libraryDependencies += "de.saumya.mojo" % "gem-with-jar-extension" % "2.0.1"

Advertisement