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