Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.avanza.astrix |
ArtifactId | ArtifactIdastrix-test-support-junit4 |
Version | Version1.0.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.avanza.astrix/astrix-test-support-junit4/ -->
<dependency>
<groupId>com.avanza.astrix</groupId>
<artifactId>astrix-test-support-junit4</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.avanza.astrix/astrix-test-support-junit4/
implementation 'com.avanza.astrix:astrix-test-support-junit4:1.0.8'
// https://jarcasting.com/artifacts/com.avanza.astrix/astrix-test-support-junit4/
implementation ("com.avanza.astrix:astrix-test-support-junit4:1.0.8")
'com.avanza.astrix:astrix-test-support-junit4:jar:1.0.8'
<dependency org="com.avanza.astrix" name="astrix-test-support-junit4" rev="1.0.8">
<artifact name="astrix-test-support-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.avanza.astrix', module='astrix-test-support-junit4', version='1.0.8')
)
libraryDependencies += "com.avanza.astrix" % "astrix-test-support-junit4" % "1.0.8"
[com.avanza.astrix/astrix-test-support-junit4 "1.0.8"]