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