Download jcel-1.0.jar file - Jar j

Jar examples for j:jcel

Description

Java Compile Expression Language

You can download jar file jcel 1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jcel-1.0.jar to your project.

<dependency>
   <groupId>com.kangyonggan</groupId>
   <artifactId>jcel</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'com.kangyonggan', name: 'jcel', version: '1.0'
libraryDependencies += "com.kangyonggan" % "jcel" % "1.0"
<dependency org="com.kangyonggan" name="jcel" rev="1.0"/>
@Grapes(@Grab(group='com.kangyonggan', module='jcel', version='1.0'))
'com.kangyonggan:jcel:jar:1.0'

Download

Click the following link to download the jar file.

jcel-1.0-javadoc.jar
jcel-1.0-sources.jar
jcel-1.0.jar
jcel-1.0.pom



Related Tutorials