| Categories |
CategoriesScala Languages JSON Data jsoniter |
|---|---|
| GroupId | GroupIdcom.github.plokhotnyuk.jsoniter-scala |
| ArtifactId | ArtifactIdcore_2.13.0-M3 |
| Version | Version0.25.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| core_2.13.0-M3-0.25.1.pom | |
| core_2.13.0-M3-0.25.1.jar | 111 KB |
| core_2.13.0-M3-0.25.1-sources.jar | 24 KB |
| core_2.13.0-M3-0.25.1-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.25.1</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.25.1'
// 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.25.1")
'com.github.plokhotnyuk.jsoniter-scala:core_2.13.0-M3:jar:0.25.1'
<dependency org="com.github.plokhotnyuk.jsoniter-scala" name="core_2.13.0-M3" rev="0.25.1">
<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.25.1')
)
libraryDependencies += "com.github.plokhotnyuk.jsoniter-scala" % "core_2.13.0-M3" % "0.25.1"
[com.github.plokhotnyuk.jsoniter-scala/core_2.13.0-M3 "0.25.1"]