| License |
License |
|---|---|
| GroupId | GroupIdcom.alibaba |
| ArtifactId | ArtifactIdSimpleEL |
| Last Version | Last Version0.1.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSimpleEL
simple expression language implementation
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| SimpleEL-0.1.7.pom | |
| SimpleEL-0.1.7.jar | 175 KB |
| SimpleEL-0.1.7-sources.jar | 94 KB |
| SimpleEL-0.1.7-javadoc.jar | 712 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba/SimpleEL/ -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>SimpleEL</artifactId>
<version>0.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba/SimpleEL/
implementation 'com.alibaba:SimpleEL:0.1.7'
// https://jarcasting.com/artifacts/com.alibaba/SimpleEL/
implementation ("com.alibaba:SimpleEL:0.1.7")
'com.alibaba:SimpleEL:jar:0.1.7'
<dependency org="com.alibaba" name="SimpleEL" rev="0.1.7">
<artifact name="SimpleEL" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba', module='SimpleEL', version='0.1.7')
)
libraryDependencies += "com.alibaba" % "SimpleEL" % "0.1.7"
[com.alibaba/SimpleEL "0.1.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.sun » tools | jar | 1.6.0 |