Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.terma |
ArtifactId | ArtifactIdsql-on-json |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
sql-on-json-0.0.4.pom | |
sql-on-json-0.0.4.jar | 11 KB |
sql-on-json-0.0.4-sources.jar | 6 KB |
sql-on-json-0.0.4-javadoc.jar | 37 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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.terma/sql-on-json/
implementation 'com.github.terma:sql-on-json:0.0.4'
// https://jarcasting.com/artifacts/com.github.terma/sql-on-json/
implementation ("com.github.terma:sql-on-json:0.0.4")
'com.github.terma:sql-on-json:jar:0.0.4'
<dependency org="com.github.terma" name="sql-on-json" rev="0.0.4">
<artifact name="sql-on-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.terma', module='sql-on-json', version='0.0.4')
)
libraryDependencies += "com.github.terma" % "sql-on-json" % "0.0.4"
[com.github.terma/sql-on-json "0.0.4"]