Categories |
CategoriesScala Languages JSON Data jsoniter |
---|---|
GroupId | GroupIdcom.github.plokhotnyuk.jsoniter-scala |
ArtifactId | ArtifactIdcore_2.13.0-M3 |
Version | Version0.18.0 |
Type | Typejar |
Filename | Size |
---|---|
core_2.13.0-M3-0.18.0.pom | |
core_2.13.0-M3-0.18.0.jar | 118 KB |
core_2.13.0-M3-0.18.0-sources.jar | 25 KB |
core_2.13.0-M3-0.18.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.plokhotnyuk.jsoniter-scala/core_2.13.0-M3/ -->
<dependency>
<groupId>com.github.plokhotnyuk.jsoniter-scala</groupId>
<artifactId>core_2.13.0-M3</artifactId>
<version>0.18.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.plokhotnyuk.jsoniter-scala/core_2.13.0-M3/
implementation 'com.github.plokhotnyuk.jsoniter-scala:core_2.13.0-M3:0.18.0'
// https://jarcasting.com/artifacts/com.github.plokhotnyuk.jsoniter-scala/core_2.13.0-M3/
implementation ("com.github.plokhotnyuk.jsoniter-scala:core_2.13.0-M3:0.18.0")
'com.github.plokhotnyuk.jsoniter-scala:core_2.13.0-M3:jar:0.18.0'
<dependency org="com.github.plokhotnyuk.jsoniter-scala" name="core_2.13.0-M3" rev="0.18.0">
<artifact name="core_2.13.0-M3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.plokhotnyuk.jsoniter-scala', module='core_2.13.0-M3', version='0.18.0')
)
libraryDependencies += "com.github.plokhotnyuk.jsoniter-scala" % "core_2.13.0-M3" % "0.18.0"
[com.github.plokhotnyuk.jsoniter-scala/core_2.13.0-M3 "0.18.0"]