is not current version
Last Version 0.2.0

com.github.raymanrt:orientqb 0.1.0

orientqb is a builder for OSQL query language written in Java.

GroupId

GroupId

com.github.raymanrt
ArtifactId

ArtifactId

orientqb
Version

Version

0.1.0
Type

Type

jar

Download orientqb 0.1.0


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