License |
License |
---|---|
GroupId | GroupIdio.mfj |
ArtifactId | ArtifactIdexpr |
Version | Version5.0.25 |
Type | Typejar |
Description |
Descriptionio.mfj:expr
A handy expression parser.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
expr-5.0.25.pom | |
expr-5.0.25.jar | 67 KB |
expr-5.0.25-sources.jar | 20 KB |
expr-5.0.25-javadoc.jar | 394 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.mfj/expr/ -->
<dependency>
<groupId>io.mfj</groupId>
<artifactId>expr</artifactId>
<version>5.0.25</version>
</dependency>
// https://jarcasting.com/artifacts/io.mfj/expr/
implementation 'io.mfj:expr:5.0.25'
// https://jarcasting.com/artifacts/io.mfj/expr/
implementation ("io.mfj:expr:5.0.25")
'io.mfj:expr:jar:5.0.25'
<dependency org="io.mfj" name="expr" rev="5.0.25">
<artifact name="expr" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mfj', module='expr', version='5.0.25')
)
libraryDependencies += "io.mfj" % "expr" % "5.0.25"
[io.mfj/expr "5.0.25"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.32 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.4.32 |
org.parboiled : parboiled-core | jar | 1.3.1 |
org.parboiled : parboiled-java | jar | 1.3.1 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test-junit | jar | 1.4.32 |