Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdio.github.alandelon |
ArtifactId | ArtifactIdjson-facade |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
json-facade-1.0.0.pom | |
json-facade-1.0.0.jar | 18 KB |
json-facade-1.0.0-sources.jar | 8 KB |
json-facade-1.0.0-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.alandelon/json-facade/ -->
<dependency>
<groupId>io.github.alandelon</groupId>
<artifactId>json-facade</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.alandelon/json-facade/
implementation 'io.github.alandelon:json-facade:1.0.0'
// https://jarcasting.com/artifacts/io.github.alandelon/json-facade/
implementation ("io.github.alandelon:json-facade:1.0.0")
'io.github.alandelon:json-facade:jar:1.0.0'
<dependency org="io.github.alandelon" name="json-facade" rev="1.0.0">
<artifact name="json-facade" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.alandelon', module='json-facade', version='1.0.0')
)
libraryDependencies += "io.github.alandelon" % "json-facade" % "1.0.0"
[io.github.alandelon/json-facade "1.0.0"]