| GroupId | GroupIdcom.avanza.astrix |
|---|---|
| ArtifactId | ArtifactIdastrix-test-support |
| Version | Version1.0.12 |
| Type | Typejar |
| Filename | Size |
|---|---|
| astrix-test-support-1.0.12.pom | |
| astrix-test-support-1.0.12.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.avanza.astrix/astrix-test-support/ -->
<dependency>
<groupId>com.avanza.astrix</groupId>
<artifactId>astrix-test-support</artifactId>
<version>1.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.avanza.astrix/astrix-test-support/
implementation 'com.avanza.astrix:astrix-test-support:1.0.12'
// https://jarcasting.com/artifacts/com.avanza.astrix/astrix-test-support/
implementation ("com.avanza.astrix:astrix-test-support:1.0.12")
'com.avanza.astrix:astrix-test-support:jar:1.0.12'
<dependency org="com.avanza.astrix" name="astrix-test-support" rev="1.0.12">
<artifact name="astrix-test-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.avanza.astrix', module='astrix-test-support', version='1.0.12')
)
libraryDependencies += "com.avanza.astrix" % "astrix-test-support" % "1.0.12"
[com.avanza.astrix/astrix-test-support "1.0.12"]