Download juno-0.50.jar file - Jar j

Jar examples for j:juno

Description

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

You can download jar file juno 0.50 in this page.

License

Apache Software License, 2.0

Build File

You can use the following script to add juno-0.50.jar to your project.

<dependency>
   <groupId>juno</groupId>
   <artifactId>juno</artifactId>
   <version>0.50</version>
</dependency>
compile group: 'juno', name: 'juno', version: '0.50'
libraryDependencies += "juno" % "juno" % "0.50"
<dependency org="juno" name="juno" rev="0.50"/>
@Grapes(@Grab(group='juno', module='juno', version='0.50'))
'juno:juno:jar:0.50'

Download

Click the following link to download the jar file.

juno-0.50.jar
juno-0.50.pom



Related Tutorials