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.2.jar download
sticky-coercion-6.2.pom download
sticky-coercion-6.2-sources.jar download
Apache Maven
<dependency>
  <groupId>net.stickycode</groupId>
  <artifactId>sticky-coercion</artifactId>
  <version>6.2</version>
</dependency>
Gradle Groovy
implementation 'net.stickycode:sticky-coercion:6.2'
Gradle Kotlin
implementation("net.stickycode:sticky-coercion:6.2")
Scala SBT
libraryDependencies += "net.stickycode" % "sticky-coercion" % "6.2"
Groovy Grape
@Grapes(
  @Grab(group='net.stickycode', module='sticky-coercion', version='6.2')
)
Apache Ivy
<dependency org="net.stickycode" name="sticky-coercion" rev="6.2" />
Leiningen
[net.stickycode/sticky-coercion "6.2"]
Apache Buildr
'net.stickycode:sticky-coercion:jar:6.2'