Kotlin Beans

A library that allows Kotlin data classes to be serialized by Joda Beans serialization

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

io.github.cjkent.kotlinbeans
ArtifactId

ArtifactId

kotlin-beans
Last Version

Last Version

0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Kotlin Beans
A library that allows Kotlin data classes to be serialized by Joda Beans serialization
Project URL

Project URL

https://github.com/cjkent/kotlin-beans
Source Code Management

Source Code Management

https://github.com/cjkent/kotlin-beans/tree/master

Download kotlin-beans

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.3.61
org.jetbrains.kotlin : kotlin-reflect jar 1.3.61
org.joda : joda-beans jar 2.8.0
org.joda : joda-convert jar 2.2.1

test (3)

Group / Artifact Type Version
org.testng : testng jar 6.11
org.assertj : assertj-core jar 3.8.0
com.google.guava : guava jar 23.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.1