| License |
License |
|---|---|
| Categories |
CategoriesKotlin Languages |
| GroupId | GroupIdio.github.cjkent.kotlinbeans |
| ArtifactId | ArtifactIdkotlin-beans |
| Last Version | Last Version0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionKotlin Beans
A library that allows Kotlin data classes to be serialized by Joda Beans serialization
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| kotlin-beans-0.1.pom | |
| kotlin-beans-0.1.jar | 23 KB |
| kotlin-beans-0.1-sources.jar | 6 KB |
| kotlin-beans-0.1-javadoc.jar | 337 bytes |
| Browse |
<!-- 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"]
| 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 |
| 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 |