License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.biyanwen |
ArtifactId | ArtifactIdjson2sql |
Version | Version1.0.2 |
Type | Typejar |
Description |
Descriptionjson2sql
json2sql
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json2sql-1.0.2.pom | |
json2sql-1.0.2.jar | 7 MB |
json2sql-1.0.2-sources.jar | 14 KB |
json2sql-1.0.2-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.biyanwen/json2sql/ -->
<dependency>
<groupId>com.github.biyanwen</groupId>
<artifactId>json2sql</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.biyanwen/json2sql/
implementation 'com.github.biyanwen:json2sql:1.0.2'
// https://jarcasting.com/artifacts/com.github.biyanwen/json2sql/
implementation ("com.github.biyanwen:json2sql:1.0.2")
'com.github.biyanwen:json2sql:jar:1.0.2'
<dependency org="com.github.biyanwen" name="json2sql" rev="1.0.2">
<artifact name="json2sql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.biyanwen', module='json2sql', version='1.0.2')
)
libraryDependencies += "com.github.biyanwen" % "json2sql" % "1.0.2"
[com.github.biyanwen/json2sql "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.0 |