Categories |
CategoriesScala Languages JSON Data |
---|---|
GroupId | GroupIdtop.sulpures |
ArtifactId | ArtifactIdjson-scala |
Version | Version1.0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
json-scala-1.0-RELEASE.pom | |
json-scala-1.0-RELEASE.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.sulpures/json-scala/ -->
<dependency>
<groupId>top.sulpures</groupId>
<artifactId>json-scala</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/top.sulpures/json-scala/
implementation 'top.sulpures:json-scala:1.0-RELEASE'
// https://jarcasting.com/artifacts/top.sulpures/json-scala/
implementation ("top.sulpures:json-scala:1.0-RELEASE")
'top.sulpures:json-scala:jar:1.0-RELEASE'
<dependency org="top.sulpures" name="json-scala" rev="1.0-RELEASE">
<artifact name="json-scala" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.sulpures', module='json-scala', version='1.0-RELEASE')
)
libraryDependencies += "top.sulpures" % "json-scala" % "1.0-RELEASE"
[top.sulpures/json-scala "1.0-RELEASE"]