License |
License |
---|---|
GroupId | GroupIdcom.exp-blog |
ArtifactId | ArtifactIdjep |
Last Version | Last Version3.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjep
java expression parser
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jep-3.4.0.pom | |
jep-3.4.0.jar | 283 KB |
jep-3.4.0-sources.jar | 283 KB |
jep-3.4.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.exp-blog/jep/ -->
<dependency>
<groupId>com.exp-blog</groupId>
<artifactId>jep</artifactId>
<version>3.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.exp-blog/jep/
implementation 'com.exp-blog:jep:3.4.0'
// https://jarcasting.com/artifacts/com.exp-blog/jep/
implementation ("com.exp-blog:jep:3.4.0")
'com.exp-blog:jep:jar:3.4.0'
<dependency org="com.exp-blog" name="jep" rev="3.4.0">
<artifact name="jep" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.exp-blog', module='jep', version='3.4.0')
)
libraryDependencies += "com.exp-blog" % "jep" % "3.4.0"
[com.exp-blog/jep "3.4.0"]