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