License |
License |
---|---|
GroupId | GroupIdorg.sodatest |
ArtifactId | ArtifactIdcoercion |
Version | Version0.2.1 |
Type | Typejar |
Description |
DescriptionSodaTest Coercion
A collection of String => Strong Type coercion utilities used by the reflective components in SodaTest
|
Project Organization |
Project OrganizationBelmont Technology Pty Ltd |
Filename | Size |
---|---|
coercion-0.2.1.pom | |
coercion-0.2.1.jar | 62 KB |
coercion-0.2.1-sources.jar | 9 KB |
coercion-0.2.1-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sodatest/coercion/ -->
<dependency>
<groupId>org.sodatest</groupId>
<artifactId>coercion</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sodatest/coercion/
implementation 'org.sodatest:coercion:0.2.1'
// https://jarcasting.com/artifacts/org.sodatest/coercion/
implementation ("org.sodatest:coercion:0.2.1")
'org.sodatest:coercion:jar:0.2.1'
<dependency org="org.sodatest" name="coercion" rev="0.2.1">
<artifact name="coercion" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sodatest', module='coercion', version='0.2.1')
)
libraryDependencies += "org.sodatest" % "coercion" % "0.2.1"
[org.sodatest/coercion "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.8.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.5 |
org.scala-tools.testing : specs_2.8.1 | jar | 1.6.8 |