| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.jazdw |
| ArtifactId | ArtifactIdrql-parser |
| Last Version | Last Version1.0.0-beta.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRQL Parser
Resource Query Language parser
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| rql-parser-1.0.0-beta.2.pom | |
| rql-parser-1.0.0-beta.2.jar | 23 KB |
| rql-parser-1.0.0-beta.2-sources.jar | 13 KB |
| rql-parser-1.0.0-beta.2-javadoc.jar | 73 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.jazdw/rql-parser/ -->
<dependency>
<groupId>net.jazdw</groupId>
<artifactId>rql-parser</artifactId>
<version>1.0.0-beta.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.jazdw/rql-parser/
implementation 'net.jazdw:rql-parser:1.0.0-beta.2'
// https://jarcasting.com/artifacts/net.jazdw/rql-parser/
implementation ("net.jazdw:rql-parser:1.0.0-beta.2")
'net.jazdw:rql-parser:jar:1.0.0-beta.2'
<dependency org="net.jazdw" name="rql-parser" rev="1.0.0-beta.2">
<artifact name="rql-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jazdw', module='rql-parser', version='1.0.0-beta.2')
)
libraryDependencies += "net.jazdw" % "rql-parser" % "1.0.0-beta.2"
[net.jazdw/rql-parser "1.0.0-beta.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| org.antlr : antlr4-runtime | jar | 4.9.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| commons-beanutils : commons-beanutils | jar | 1.9.4 |