MVN

de.huxhorn.lilith : de.huxhorn.lilith.3rdparty.junique

Maven & Gradle

Apr 12, 2017
3 usages
134 stars

junique · Custom build of junique for Maven Central deployment.

<dependency>
    <groupId>de.huxhorn.lilith</groupId>
    <artifactId>de.huxhorn.lilith.3rdparty.junique</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.huxhorn.lilith : de.huxhorn.lilith.3rdparty.junique to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of de.huxhorn.lilith : de.huxhorn.lilith.3rdparty.junique to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
de.huxhorn.lilith.3rdparty.junique-1.0.4
de.huxhorn.lilith.3rdparty.junique-1.0.2

How to add a dependency to Maven

Add the following de.huxhorn.lilith : de.huxhorn.lilith.3rdparty.junique maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.huxhorn.lilith</groupId>
    <artifactId>de.huxhorn.lilith.3rdparty.junique</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.huxhorn.lilith : de.huxhorn.lilith.3rdparty.junique gradle dependency to your build.gradle file:

implementation 'de.huxhorn.lilith:de.huxhorn.lilith.3rdparty.junique:1.0.4'

Gradle Kotlin DSL: Add the following de.huxhorn.lilith : de.huxhorn.lilith.3rdparty.junique gradle kotlin dependency to your build.gradle.kts file:

implementation("de.huxhorn.lilith:de.huxhorn.lilith.3rdparty.junique:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.huxhorn.lilith : de.huxhorn.lilith.3rdparty.junique sbt scala dependency to your build.sbt file:

libraryDependencies += "de.huxhorn.lilith" % "de.huxhorn.lilith.3rdparty.junique" % "1.0.4"

Advertisement