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