c

coercion

A collection of String => Strong Type coercion utilities used by the reflective components in SodaTest
Files download
File Operation
coercion-0.2.1.jar download
coercion-0.2.1.pom download
coercion-0.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.sodatest</groupId>
  <artifactId>coercion</artifactId>
  <version>0.2.1</version>
</dependency>
Gradle Groovy
implementation 'org.sodatest:coercion:0.2.1'
Gradle Kotlin
implementation("org.sodatest:coercion:0.2.1")
Scala SBT
libraryDependencies += "org.sodatest" % "coercion" % "0.2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.sodatest', module='coercion', version='0.2.1')
)
Apache Ivy
<dependency org="org.sodatest" name="coercion" rev="0.2.1" />
Leiningen
[org.sodatest/coercion "0.2.1"]
Apache Buildr
'org.sodatest:coercion:jar:0.2.1'