s

sticky-coercion

A simple coercion library for converting strings to objects
http://www.StickyCode.net/sticky-coercion/
Files download
File Operation
sticky-coercion-6.6.jar download
sticky-coercion-6.6.pom download
sticky-coercion-6.6-sources.jar download
Apache Maven
<dependency>
  <groupId>net.stickycode</groupId>
  <artifactId>sticky-coercion</artifactId>
  <version>6.6</version>
</dependency>
Gradle Groovy
implementation 'net.stickycode:sticky-coercion:6.6'
Gradle Kotlin
implementation("net.stickycode:sticky-coercion:6.6")
Scala SBT
libraryDependencies += "net.stickycode" % "sticky-coercion" % "6.6"
Groovy Grape
@Grapes(
  @Grab(group='net.stickycode', module='sticky-coercion', version='6.6')
)
Apache Ivy
<dependency org="net.stickycode" name="sticky-coercion" rev="6.6" />
Leiningen
[net.stickycode/sticky-coercion "6.6"]
Apache Buildr
'net.stickycode:sticky-coercion:jar:6.6'