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