Categories |
CategoriesGson Data JSON |
---|---|
GroupId | GroupIdorg.spincast |
ArtifactId | ArtifactIdspincast-plugins-gson |
Version | Version1.6.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.spincast/spincast-plugins-gson/ -->
<dependency>
<groupId>org.spincast</groupId>
<artifactId>spincast-plugins-gson</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.spincast/spincast-plugins-gson/
implementation 'org.spincast:spincast-plugins-gson:1.6.0'
// https://jarcasting.com/artifacts/org.spincast/spincast-plugins-gson/
implementation ("org.spincast:spincast-plugins-gson:1.6.0")
'org.spincast:spincast-plugins-gson:jar:1.6.0'
<dependency org="org.spincast" name="spincast-plugins-gson" rev="1.6.0">
<artifact name="spincast-plugins-gson" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.spincast', module='spincast-plugins-gson', version='1.6.0')
)
libraryDependencies += "org.spincast" % "spincast-plugins-gson" % "1.6.0"
[org.spincast/spincast-plugins-gson "1.6.0"]