Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.anaptecs.jeaf.generator.sample |
ArtifactId | ArtifactIdaccounting-junit-testcases |
Version | Version1.6.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.anaptecs.jeaf.generator.sample/accounting-junit-testcases/ -->
<dependency>
<groupId>com.anaptecs.jeaf.generator.sample</groupId>
<artifactId>accounting-junit-testcases</artifactId>
<version>1.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.anaptecs.jeaf.generator.sample/accounting-junit-testcases/
implementation 'com.anaptecs.jeaf.generator.sample:accounting-junit-testcases:1.6.4'
// https://jarcasting.com/artifacts/com.anaptecs.jeaf.generator.sample/accounting-junit-testcases/
implementation ("com.anaptecs.jeaf.generator.sample:accounting-junit-testcases:1.6.4")
'com.anaptecs.jeaf.generator.sample:accounting-junit-testcases:jar:1.6.4'
<dependency org="com.anaptecs.jeaf.generator.sample" name="accounting-junit-testcases" rev="1.6.4">
<artifact name="accounting-junit-testcases" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.anaptecs.jeaf.generator.sample', module='accounting-junit-testcases', version='1.6.4')
)
libraryDependencies += "com.anaptecs.jeaf.generator.sample" % "accounting-junit-testcases" % "1.6.4"
[com.anaptecs.jeaf.generator.sample/accounting-junit-testcases "1.6.4"]