j

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