Download standalone-el-0.2.jar file - Jar s

Jar examples for s:standalone-el

Description

Use Expression Language(EL) with standalone.

You can download jar file standalone-el 0.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add standalone-el-0.2.jar to your project.

<dependency>
   <groupId>com.github.mygreen</groupId>
   <artifactId>standalone-el</artifactId>
   <version>0.2</version>
</dependency>
compile group: 'com.github.mygreen', name: 'standalone-el', version: '0.2'
libraryDependencies += "com.github.mygreen" % "standalone-el" % "0.2"
<dependency org="com.github.mygreen" name="standalone-el" rev="0.2"/>
@Grapes(@Grab(group='com.github.mygreen', module='standalone-el', version='0.2'))
'com.github.mygreen:standalone-el:jar:0.2'

Download

Click the following link to download the jar file.

standalone-el-0.2-javadoc.jar
standalone-el-0.2-sources.jar
standalone-el-0.2.jar
standalone-el-0.2.pom



Related Tutorials