| Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation JSON Data |
|---|---|
| GroupId | GroupIdcom.github.jasminb |
| ArtifactId | ArtifactIdjsonapi-converter |
| Version | Version0.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jsonapi-converter-0.7.pom | |
| jsonapi-converter-0.7.jar | 50 KB |
| jsonapi-converter-0.7-sources.jar | 34 KB |
| jsonapi-converter-0.7-javadoc.jar | 234 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jasminb/jsonapi-converter/ -->
<dependency>
<groupId>com.github.jasminb</groupId>
<artifactId>jsonapi-converter</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jasminb/jsonapi-converter/
implementation 'com.github.jasminb:jsonapi-converter:0.7'
// https://jarcasting.com/artifacts/com.github.jasminb/jsonapi-converter/
implementation ("com.github.jasminb:jsonapi-converter:0.7")
'com.github.jasminb:jsonapi-converter:jar:0.7'
<dependency org="com.github.jasminb" name="jsonapi-converter" rev="0.7">
<artifact name="jsonapi-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jasminb', module='jsonapi-converter', version='0.7')
)
libraryDependencies += "com.github.jasminb" % "jsonapi-converter" % "0.7"
[com.github.jasminb/jsonapi-converter "0.7"]