Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.terma |
ArtifactId | ArtifactIdsql-on-json |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
sql-on-json-0.0.2.pom | |
sql-on-json-0.0.2.jar | 11 KB |
sql-on-json-0.0.2-sources.jar | 3 KB |
sql-on-json-0.0.2-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.terma/sql-on-json/ -->
<dependency>
<groupId>com.github.terma</groupId>
<artifactId>sql-on-json</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.terma/sql-on-json/
implementation 'com.github.terma:sql-on-json:0.0.2'
// https://jarcasting.com/artifacts/com.github.terma/sql-on-json/
implementation ("com.github.terma:sql-on-json:0.0.2")
'com.github.terma:sql-on-json:jar:0.0.2'
<dependency org="com.github.terma" name="sql-on-json" rev="0.0.2">
<artifact name="sql-on-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.terma', module='sql-on-json', version='0.0.2')
)
libraryDependencies += "com.github.terma" % "sql-on-json" % "0.0.2"
[com.github.terma/sql-on-json "0.0.2"]