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