is not current version
Last Version 0.7

org.bitbucket.tbrugz:queryon 0.6.1

Web application that creates a REST API based on database objects (tables, views, queries) from a RDBMS

GroupId

GroupId

org.bitbucket.tbrugz
ArtifactId

ArtifactId

queryon
Version

Version

0.6.1
Type

Type

war

Download queryon 0.6.1


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