| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.github.megathrone |
| ArtifactId | ArtifactIdSellersJsonProcessing |
| Last Version | Last Version1.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSellersJsonProcessing
A simple JSON parser for sellers.json
|
| Filename | Size |
|---|---|
| SellersJsonProcessing-1.4.pom | |
| SellersJsonProcessing-1.4.jar | 13 KB |
| SellersJsonProcessing-1.4-sources.jar | 8 KB |
| SellersJsonProcessing-1.4-javadoc.jar | 466 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.megathrone/SellersJsonProcessing/ -->
<dependency>
<groupId>com.github.megathrone</groupId>
<artifactId>SellersJsonProcessing</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.megathrone/SellersJsonProcessing/
implementation 'com.github.megathrone:SellersJsonProcessing:1.4'
// https://jarcasting.com/artifacts/com.github.megathrone/SellersJsonProcessing/
implementation ("com.github.megathrone:SellersJsonProcessing:1.4")
'com.github.megathrone:SellersJsonProcessing:jar:1.4'
<dependency org="com.github.megathrone" name="SellersJsonProcessing" rev="1.4">
<artifact name="SellersJsonProcessing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.megathrone', module='SellersJsonProcessing', version='1.4')
)
libraryDependencies += "com.github.megathrone" % "SellersJsonProcessing" % "1.4"
[com.github.megathrone/SellersJsonProcessing "1.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.gson : gson | jar | 2.8.6 |
| com.google.guava : guava | jar | 28.2-jre |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.6.0 |