kserial
A Serialization library for the JVM
KSerial is a Serilization library implementing the SFTS Serialization Format.
License |
License |
---|---|
GroupId | GroupIdcom.github.nkb03 |
ArtifactId | ArtifactIdkserial |
Last Version | Last Version1.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionkserial
An FRP library for Kotlin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kserial-1.1.2.pom | |
kserial-1.1.2.jar | 115 KB |
kserial-1.1.2-tests.jar | 57 KB |
kserial-1.1.2-sources.jar | 25 KB |
kserial-1.1.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nkb03/kserial/ -->
<dependency>
<groupId>com.github.nkb03</groupId>
<artifactId>kserial</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nkb03/kserial/
implementation 'com.github.nkb03:kserial:1.1.2'
// https://jarcasting.com/artifacts/com.github.nkb03/kserial/
implementation ("com.github.nkb03:kserial:1.1.2")
'com.github.nkb03:kserial:jar:1.1.2'
<dependency org="com.github.nkb03" name="kserial" rev="1.1.2">
<artifact name="kserial" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nkb03', module='kserial', version='1.1.2')
)
libraryDependencies += "com.github.nkb03" % "kserial" % "1.1.2"
[com.github.nkb03/kserial "1.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.61 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.61 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.61 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.spek : spek-api | jar | 1.1.5 |
org.jetbrains.spek : spek-junit-platform-engine | jar | 1.1.5 |
com.natpryce : hamkrest | jar | 1.5.0.0 |
A Serialization library for the JVM
KSerial is a Serilization library implementing the SFTS Serialization Format.