MVN

org.leadpony.justify : justify

Maven & Gradle

Nov 03, 2020
23 usages
86 stars

org.leadpony.justify

<dependency>
    <groupId>org.leadpony.justify</groupId>
    <artifactId>justify</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.leadpony.justify : justify to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0
  • Latest Release Candidate: 3.0.0-RC2

All Versions

Choose a version of org.leadpony.justify : justify to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
justify-3.1.0
3.0.x
justify-3.0.0
justify-3.0.0-RC2
justify-3.0.0-RC1
2.1.x
justify-2.1.0
2.0.x
justify-2.0.0
1.1.x
justify-1.1.0
1.0.x
justify-1.0.0
0.17.x
justify-0.17.0
0.16.x
justify-0.16.0
0.15.x
justify-0.15.0
0.14.x
justify-0.14.0
0.13.x
justify-0.13.0
0.12.x
justify-0.12.0
0.11.x
justify-0.11.0
0.10.x
justify-0.10.0
0.9.x
justify-0.9.1
justify-0.9.0

How to add a dependency to Maven

Add the following org.leadpony.justify : justify maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.leadpony.justify</groupId>
    <artifactId>justify</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.leadpony.justify : justify gradle dependency to your build.gradle file:

implementation 'org.leadpony.justify:justify:3.1.0'

Gradle Kotlin DSL: Add the following org.leadpony.justify : justify gradle kotlin dependency to your build.gradle.kts file:

implementation("org.leadpony.justify:justify:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.leadpony.justify : justify sbt scala dependency to your build.sbt file:

libraryDependencies += "org.leadpony.justify" % "justify" % "3.1.0"