GroupId | GroupIdorg.jacex |
---|---|
ArtifactId | ArtifactIdjacex |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjacex
JAva Compiled EXpressions project. Provides an an ability to compile and evaluate custom expressions from strings.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jacex-0.1.pom | |
jacex-0.1.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jacex/jacex/ -->
<dependency>
<groupId>org.jacex</groupId>
<artifactId>jacex</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jacex/jacex/
implementation 'org.jacex:jacex:0.1'
// https://jarcasting.com/artifacts/org.jacex/jacex/
implementation ("org.jacex:jacex:0.1")
'org.jacex:jacex:jar:0.1'
<dependency org="org.jacex" name="jacex" rev="0.1">
<artifact name="jacex" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jacex', module='jacex', version='0.1')
)
libraryDependencies += "org.jacex" % "jacex" % "0.1"
[org.jacex/jacex "0.1"]
Group / Artifact | Type | Version |
---|---|---|
asm : asm-all | jar | 3.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8 |