sredded

Structured data representations

License

License

GroupId

GroupId

com.github.mvv.sredded
ArtifactId

ArtifactId

sredded_2.13
Last Version

Last Version

0.1-M2
Release Date

Release Date

Type

Type

jar
Description

Description

sredded
Structured data representations
Project URL

Project URL

https://github.com/mvv/sredded
Project Organization

Project Organization

com.github.mvv.sredded
Source Code Management

Source Code Management

https://github.com/mvv/sredded

Download sredded_2.13

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.mvv.sredded/sredded_2.13/ -->
<dependency>
    <groupId>com.github.mvv.sredded</groupId>
    <artifactId>sredded_2.13</artifactId>
    <version>0.1-M2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mvv.sredded/sredded_2.13/
implementation 'com.github.mvv.sredded:sredded_2.13:0.1-M2'
// https://jarcasting.com/artifacts/com.github.mvv.sredded/sredded_2.13/
implementation ("com.github.mvv.sredded:sredded_2.13:0.1-M2")
'com.github.mvv.sredded:sredded_2.13:jar:0.1-M2'
<dependency org="com.github.mvv.sredded" name="sredded_2.13" rev="0.1-M2">
  <artifact name="sredded_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mvv.sredded', module='sredded_2.13', version='0.1-M2')
)
libraryDependencies += "com.github.mvv.sredded" % "sredded_2.13" % "0.1-M2"
[com.github.mvv.sredded/sredded_2.13 "0.1-M2"]

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.2

test (1)

Group / Artifact Type Version
org.specs2 : specs2-core_2.13 jar 4.9.4

Project Modules

There are no modules declared in this project.

Sredded

Release Version Snapshot Version Build Status

In-memory structured data representation not tied to a particular serialization format, built from mappings, sequences and scalars, which include

  • Null value
  • Booleans
  • Int{8,16,32,64}
  • Big integers
  • Float{32,64}
  • Big decimals
  • Timestamps (millisecond and nanosecond variants)
  • Strings
  • Binary blobs

Using Sredded in your project

Add Sredded to your dependencies

libraryDependencies += "com.github.mvv.sredded" %% "sredded" % "0.1-M2"

Submodules

  • sredded-generic provides a macro for automatic derivation of Structured instances for case classes.
  • sredded-json is a no-deps JSON printer for structured data

Versions

Version
0.1-M2
0.1-M1