| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdio.github.asewhy |
| ArtifactId | ArtifactIdjson |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjson
Simple module of json building
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| json-1.0.pom | |
| json-1.0.jar | 5 KB |
| json-1.0-sources.jar | 2 KB |
| json-1.0-javadoc.jar | 389 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.asewhy/json/ -->
<dependency>
<groupId>io.github.asewhy</groupId>
<artifactId>json</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.asewhy/json/
implementation 'io.github.asewhy:json:1.0'
// https://jarcasting.com/artifacts/io.github.asewhy/json/
implementation ("io.github.asewhy:json:1.0")
'io.github.asewhy:json:jar:1.0'
<dependency org="io.github.asewhy" name="json" rev="1.0">
<artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.asewhy', module='json', version='1.0')
)
libraryDependencies += "io.github.asewhy" % "json" % "1.0"
[io.github.asewhy/json "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains : annotations | jar | 22.0.0 |
| io.github.asewhy : processors | jar | 1.0 |