Last Version

JSR 354 Technical Compatibility Kit (TCK) 1.1

JSR 354 provides an API for representing, transporting, and performing comprehensive calculations with Money and Currency. This module implements JSR 354. This module provides the test code that is compatible with both the Java 7 and the Java 8 based API. The targeted API must be provided as well as the implementation under test to execute this TCK.

License

License

Apache 2 License
GroupId

GroupId

org.javamoney
ArtifactId

ArtifactId

javamoney-tck
Version

Version

1.1
Type

Type

jar
Description

Description

JSR 354 Technical Compatibility Kit (TCK)
JSR 354 provides an API for representing, transporting, and performing comprehensive calculations with Money and Currency. This module implements JSR 354. This module provides the test code that is compatible with both the Java 7 and the Java 8 based API. The targeted API must be provided as well as the implementation under test to execute this TCK.
Project Organization

Project Organization

JavaMoney

Download javamoney-tck 1.1


<!-- https://jarcasting.com/artifacts/org.javamoney/javamoney-tck/ -->
<dependency>
    <groupId>org.javamoney</groupId>
    <artifactId>javamoney-tck</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.javamoney/javamoney-tck/
implementation 'org.javamoney:javamoney-tck:1.1'
// https://jarcasting.com/artifacts/org.javamoney/javamoney-tck/
implementation ("org.javamoney:javamoney-tck:1.1")
'org.javamoney:javamoney-tck:jar:1.1'
<dependency org="org.javamoney" name="javamoney-tck" rev="1.1">
  <artifact name="javamoney-tck" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javamoney', module='javamoney-tck', version='1.1')
)
libraryDependencies += "org.javamoney" % "javamoney-tck" % "1.1"
[org.javamoney/javamoney-tck "1.1"]

Dependencies

compile (5)

Group / Artifact Type Version
org.mutabilitydetector : MutabilityDetector jar 0.10.3
org.javamoney : moneta pom 1.4
org.testng : testng jar 6.14.3
org.jboss.test-audit : jboss-test-audit-api jar 1.1.0.Final
org.jboss.test-audit » jboss-test-audit-impl jar 1.1.0.Final

provided (1)

Group / Artifact Type Version
javax.money : money-api jar 1.1

Project Modules

There are no modules declared in this project.