Download joala-expressions-1.2.0.jar file - Jar j

Jar examples for j:joala-expressions

Description

Expressions are used to evaluate the current state of a given system. Such as a web address you want to get the status code from. Typical expressions are evaluated multiple times in order to wait for a given state. Thus expressions are typically evaluated fast and should denote by expression if they fail to evaluate.

You can download jar file joala-expressions 1.2.0 in this page.

License

Open Source License

Build File

You can use the following script to add joala-expressions-1.2.0.jar to your project.

<dependency>
   <groupId>net.joala</groupId>
   <artifactId>joala-expressions</artifactId>
   <version>1.2.0</version>
</dependency>
compile group: 'net.joala', name: 'joala-expressions', version: '1.2.0'
libraryDependencies += "net.joala" % "joala-expressions" % "1.2.0"
<dependency org="net.joala" name="joala-expressions" rev="1.2.0"/>
@Grapes(@Grab(group='net.joala', module='joala-expressions', version='1.2.0'))
'net.joala:joala-expressions:jar:1.2.0'

Download

Click the following link to download the jar file.

joala-expressions-1.2.0-javadoc.jar
joala-expressions-1.2.0-sources.jar
joala-expressions-1.2.0.jar
joala-expressions-1.2.0.pom



Related Tutorials