s

shapeshift

A Kotlin library for intelligent object mapping.
https://github.com/krud-dev/shapeshift/shapeshift
MIT License
KRUD
Files download
File Operation
shapeshift-0.9.0.jar download
shapeshift-0.9.0.pom download
shapeshift-0.9.0-sources.jar download
Apache Maven
<dependency>
  <groupId>dev.krud</groupId>
  <artifactId>shapeshift</artifactId>
  <version>0.9.0</version>
</dependency>
Gradle Groovy
implementation 'dev.krud:shapeshift:0.9.0'
Gradle Kotlin
implementation("dev.krud:shapeshift:0.9.0")
Scala SBT
libraryDependencies += "dev.krud" % "shapeshift" % "0.9.0"
Groovy Grape
@Grapes(
  @Grab(group='dev.krud', module='shapeshift', version='0.9.0')
)
Apache Ivy
<dependency org="dev.krud" name="shapeshift" rev="0.9.0" />
Leiningen
[dev.krud/shapeshift "0.9.0"]
Apache Buildr
'dev.krud:shapeshift:jar:0.9.0'