| GroupId | GroupIdio.nem |
|---|---|
| ArtifactId | ArtifactIdsymbol-sdk-integration-tests |
| Version | Version0.20.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| symbol-sdk-integration-tests-0.20.3.pom | |
| symbol-sdk-integration-tests-0.20.3.jar | 261 bytes |
| symbol-sdk-integration-tests-0.20.3-sources.jar | 261 bytes |
| symbol-sdk-integration-tests-0.20.3-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.nem/symbol-sdk-integration-tests/ -->
<dependency>
<groupId>io.nem</groupId>
<artifactId>symbol-sdk-integration-tests</artifactId>
<version>0.20.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.nem/symbol-sdk-integration-tests/
implementation 'io.nem:symbol-sdk-integration-tests:0.20.3'
// https://jarcasting.com/artifacts/io.nem/symbol-sdk-integration-tests/
implementation ("io.nem:symbol-sdk-integration-tests:0.20.3")
'io.nem:symbol-sdk-integration-tests:jar:0.20.3'
<dependency org="io.nem" name="symbol-sdk-integration-tests" rev="0.20.3">
<artifact name="symbol-sdk-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nem', module='symbol-sdk-integration-tests', version='0.20.3')
)
libraryDependencies += "io.nem" % "symbol-sdk-integration-tests" % "0.20.3"
[io.nem/symbol-sdk-integration-tests "0.20.3"]