Categories |
CategoriesGson Data JSON |
---|---|
GroupId | GroupIdcom.scarabsoft |
ArtifactId | ArtifactIdjrest-converter-gson |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.scarabsoft/jrest-converter-gson/ -->
<dependency>
<groupId>com.scarabsoft</groupId>
<artifactId>jrest-converter-gson</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.scarabsoft/jrest-converter-gson/
implementation 'com.scarabsoft:jrest-converter-gson:1.0.3'
// https://jarcasting.com/artifacts/com.scarabsoft/jrest-converter-gson/
implementation ("com.scarabsoft:jrest-converter-gson:1.0.3")
'com.scarabsoft:jrest-converter-gson:jar:1.0.3'
<dependency org="com.scarabsoft" name="jrest-converter-gson" rev="1.0.3">
<artifact name="jrest-converter-gson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.scarabsoft', module='jrest-converter-gson', version='1.0.3')
)
libraryDependencies += "com.scarabsoft" % "jrest-converter-gson" % "1.0.3"
[com.scarabsoft/jrest-converter-gson "1.0.3"]