| GroupId | GroupIdcom.avanza.astrix |
|---|---|
| ArtifactId | ArtifactIdastrix-test-support |
| Version | Version0.43.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| astrix-test-support-0.43.5.pom | |
| astrix-test-support-0.43.5.jar | 21 KB |
| astrix-test-support-0.43.5-sources.jar | 12 KB |
| astrix-test-support-0.43.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.avanza.astrix/astrix-test-support/
implementation 'com.avanza.astrix:astrix-test-support:0.43.5'
// https://jarcasting.com/artifacts/com.avanza.astrix/astrix-test-support/
implementation ("com.avanza.astrix:astrix-test-support:0.43.5")
'com.avanza.astrix:astrix-test-support:jar:0.43.5'
<dependency org="com.avanza.astrix" name="astrix-test-support" rev="0.43.5">
<artifact name="astrix-test-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.avanza.astrix', module='astrix-test-support', version='0.43.5')
)
libraryDependencies += "com.avanza.astrix" % "astrix-test-support" % "0.43.5"
[com.avanza.astrix/astrix-test-support "0.43.5"]