MVN

se.softhouse : jargo-addons

Maven & Gradle

May 31, 2018
1 stars

Code that could have been added to jargo if it didn't require third party dependencies.

<dependency>
    <groupId>se.softhouse</groupId>
    <artifactId>jargo-addons</artifactId>
    <version>0.4.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.softhouse : jargo-addons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.14

All Versions

Choose a version of se.softhouse : jargo-addons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
jargo-addons-0.4.14
jargo-addons-0.4.13
jargo-addons-0.4.12
jargo-addons-0.4.11
jargo-addons-0.4.10
jargo-addons-0.4.9
jargo-addons-0.4.8
jargo-addons-0.4.7
jargo-addons-0.4.5
jargo-addons-0.4.4
jargo-addons-0.4.2
jargo-addons-0.4.1
0.2
jargo-addons-0.2

How to add a dependency to Maven

Add the following se.softhouse : jargo-addons maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>se.softhouse</groupId>
    <artifactId>jargo-addons</artifactId>
    <version>0.4.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following se.softhouse : jargo-addons gradle dependency to your build.gradle file:

implementation 'se.softhouse:jargo-addons:0.4.14'

Gradle Kotlin DSL: Add the following se.softhouse : jargo-addons gradle kotlin dependency to your build.gradle.kts file:

implementation("se.softhouse:jargo-addons:0.4.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following se.softhouse : jargo-addons sbt scala dependency to your build.sbt file:

libraryDependencies += "se.softhouse" % "jargo-addons" % "0.4.14"

Advertisement