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