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