Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.michaelruocco |
ArtifactId | ArtifactIdjson-adapter |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
json-adapter-0.1.3.pom | |
json-adapter-0.1.3.jar | 5 KB |
json-adapter-0.1.3-test-fixtures.jar | 6 KB |
json-adapter-0.1.3-sources.jar | 3 KB |
json-adapter-0.1.3-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/json-adapter/ -->
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>json-adapter</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/json-adapter/
implementation 'com.github.michaelruocco:json-adapter:0.1.3'
// https://jarcasting.com/artifacts/com.github.michaelruocco/json-adapter/
implementation ("com.github.michaelruocco:json-adapter:0.1.3")
'com.github.michaelruocco:json-adapter:jar:0.1.3'
<dependency org="com.github.michaelruocco" name="json-adapter" rev="0.1.3">
<artifact name="json-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='json-adapter', version='0.1.3')
)
libraryDependencies += "com.github.michaelruocco" % "json-adapter" % "0.1.3"
[com.github.michaelruocco/json-adapter "0.1.3"]