MVN

juno : juno

Maven & Gradle

Aug 19, 2011

Juno · Juno is a very lightweight constraints library with many standard constraints and optional compatibility with other constraints APIs.

<dependency>
    <groupId>juno</groupId>
    <artifactId>juno</artifactId>
    <version>0.50</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of juno : juno to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.50

All Versions

Choose a version of juno : juno to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.50
juno-0.50

How to add a dependency to Maven

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

<dependency>
    <groupId>juno</groupId>
    <artifactId>juno</artifactId>
    <version>0.50</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following juno : juno gradle dependency to your build.gradle file:

implementation 'juno:juno:0.50'

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

implementation("juno:juno:0.50")

How to add a dependency to SBT Scala

SBT Scala: Add the following juno : juno sbt scala dependency to your build.sbt file:

libraryDependencies += "juno" % "juno" % "0.50"

Advertisement