License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.thevpc.jeep |
ArtifactId | ArtifactIdjeep |
Version | Version1.2.8 |
Type | Typejar |
Description |
DescriptionJava Enhanced Expression parser
Java Enhanced Expression Parser (JEEP)
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jeep-1.2.8.pom | |
jeep-1.2.8.jar | 488 KB |
jeep-1.2.8-sources.jar | 259 KB |
jeep-1.2.8-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.thevpc.jeep/jeep/ -->
<dependency>
<groupId>net.thevpc.jeep</groupId>
<artifactId>jeep</artifactId>
<version>1.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/net.thevpc.jeep/jeep/
implementation 'net.thevpc.jeep:jeep:1.2.8'
// https://jarcasting.com/artifacts/net.thevpc.jeep/jeep/
implementation ("net.thevpc.jeep:jeep:1.2.8")
'net.thevpc.jeep:jeep:jar:1.2.8'
<dependency org="net.thevpc.jeep" name="jeep" rev="1.2.8">
<artifact name="jeep" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.thevpc.jeep', module='jeep', version='1.2.8')
)
libraryDependencies += "net.thevpc.jeep" % "jeep" % "1.2.8"
[net.thevpc.jeep/jeep "1.2.8"]
Group / Artifact | Type | Version |
---|---|---|
net.thevpc.common : thevpc-common-text-source | jar | 1.3.0 |
net.thevpc.common : thevpc-common-text-source-log | jar | 1.3.0 |
net.thevpc.common : thevpc-common-classpath | jar | 1.3.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.5.0 |