Download joala-expressions-1.0.1.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.0.1 in this page.

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials