Files download
File Operation
accounting-junit-testcases-1.6.4.jar download
accounting-junit-testcases-1.6.4.pom download
accounting-junit-testcases-1.6.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.anaptecs.jeaf.generator.sample</groupId>
  <artifactId>accounting-junit-testcases</artifactId>
  <version>1.6.4</version>
</dependency>
Gradle Groovy
implementation 'com.anaptecs.jeaf.generator.sample:accounting-junit-testcases:1.6.4'
Gradle Kotlin
implementation("com.anaptecs.jeaf.generator.sample:accounting-junit-testcases:1.6.4")
Scala SBT
libraryDependencies += "com.anaptecs.jeaf.generator.sample" % "accounting-junit-testcases" % "1.6.4"
Groovy Grape
@Grapes(
  @Grab(group='com.anaptecs.jeaf.generator.sample', module='accounting-junit-testcases', version='1.6.4')
)
Apache Ivy
<dependency org="com.anaptecs.jeaf.generator.sample" name="accounting-junit-testcases" rev="1.6.4" />
Leiningen
[com.anaptecs.jeaf.generator.sample/accounting-junit-testcases "1.6.4"]
Apache Buildr
'com.anaptecs.jeaf.generator.sample:accounting-junit-testcases:jar:1.6.4'