is not current version
Last Version 1.1

org.javamoney:javamoney-tck 1.0

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.

GroupId

GroupId

org.javamoney
ArtifactId

ArtifactId

javamoney-tck
Version

Version

1.0
Type

Type

jar

Download javamoney-tck 1.0


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