is not current version
Last Version 3.6.1

org.jsimpledb:jsimpledb-parse 3.1.0

JSimpleDB classes for parsing Java expressions.

GroupId

GroupId

org.jsimpledb
ArtifactId

ArtifactId

jsimpledb-parse
Version

Version

3.1.0
Type

Type

jar

Download jsimpledb-parse 3.1.0


<!-- https://jarcasting.com/artifacts/org.jsimpledb/jsimpledb-parse/ -->
<dependency>
    <groupId>org.jsimpledb</groupId>
    <artifactId>jsimpledb-parse</artifactId>
    <version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsimpledb/jsimpledb-parse/
implementation 'org.jsimpledb:jsimpledb-parse:3.1.0'
// https://jarcasting.com/artifacts/org.jsimpledb/jsimpledb-parse/
implementation ("org.jsimpledb:jsimpledb-parse:3.1.0")
'org.jsimpledb:jsimpledb-parse:jar:3.1.0'
<dependency org="org.jsimpledb" name="jsimpledb-parse" rev="3.1.0">
  <artifact name="jsimpledb-parse" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsimpledb', module='jsimpledb-parse', version='3.1.0')
)
libraryDependencies += "org.jsimpledb" % "jsimpledb-parse" % "3.1.0"
[org.jsimpledb/jsimpledb-parse "3.1.0"]