License |
License
MIT/X11
|
---|---|
Categories |
CategoriesScala Languages JSON Data |
GroupId | GroupIdcom.github.nikita-volkov.scala |
ArtifactId | ArtifactIdstreaming-json-encoder |
Last Version | Last Version1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionstreaming-json-encoder
Composable declarative API for efficient encoding of data-structures to JSON using streaming.
|
Project URL |
Project URL |
Filename | Size |
---|---|
streaming-json-encoder-1.pom | |
streaming-json-encoder-1.jar | 48 KB |
streaming-json-encoder-1-sources.jar | 2 KB |
streaming-json-encoder-1-javadoc.jar | 355 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nikita-volkov.scala/streaming-json-encoder/ -->
<dependency>
<groupId>com.github.nikita-volkov.scala</groupId>
<artifactId>streaming-json-encoder</artifactId>
<version>1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nikita-volkov.scala/streaming-json-encoder/
implementation 'com.github.nikita-volkov.scala:streaming-json-encoder:1'
// https://jarcasting.com/artifacts/com.github.nikita-volkov.scala/streaming-json-encoder/
implementation ("com.github.nikita-volkov.scala:streaming-json-encoder:1")
'com.github.nikita-volkov.scala:streaming-json-encoder:jar:1'
<dependency org="com.github.nikita-volkov.scala" name="streaming-json-encoder" rev="1">
<artifact name="streaming-json-encoder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nikita-volkov.scala', module='streaming-json-encoder', version='1')
)
libraryDependencies += "com.github.nikita-volkov.scala" % "streaming-json-encoder" % "1"
[com.github.nikita-volkov.scala/streaming-json-encoder "1"]
Group / Artifact | Type | Version |
---|---|---|
org.scalaz : scalaz-core_2.11 | jar | 7.2.10 |
org.scala-lang.modules : scala-java8-compat_2.11 | jar | 0.8.0 |
org.scala-lang : scala-library | jar | 2.11.8 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.8.1 |