shapeshift

A Kotlin library for intelligent object mapping.

License

License

GroupId

GroupId

dev.krud
ArtifactId

ArtifactId

shapeshift
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

shapeshift
A Kotlin library for intelligent object mapping.

Download shapeshift

How to add to project

<!-- https://jarcasting.com/artifacts/dev.krud/shapeshift/ -->
<dependency>
    <groupId>dev.krud</groupId>
    <artifactId>shapeshift</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.krud/shapeshift/
implementation 'dev.krud:shapeshift:0.1.0'
// https://jarcasting.com/artifacts/dev.krud/shapeshift/
implementation ("dev.krud:shapeshift:0.1.0")
'dev.krud:shapeshift:jar:0.1.0'
<dependency org="dev.krud" name="shapeshift" rev="0.1.0">
  <artifact name="shapeshift" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.krud', module='shapeshift', version='0.1.0')
)
libraryDependencies += "dev.krud" % "shapeshift" % "0.1.0"
[dev.krud/shapeshift "0.1.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.21
org.jetbrains.kotlin : kotlin-reflect jar 1.6.21
org.slf4j : slf4j-api jar 1.7.36

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.0
0.0.1