| License |
License |
|---|---|
| GroupId | GroupIddev.jlibra |
| ArtifactId | ArtifactIdjlibra-integration-tests |
| Version | Version0.6.0 |
| Type | Typejar |
| Description |
DescriptionA Java library for interacting with the Libra blockchain
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jlibra-integration-tests-0.6.0.pom | |
| jlibra-integration-tests-0.6.0.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.jlibra/jlibra-integration-tests/ -->
<dependency>
<groupId>dev.jlibra</groupId>
<artifactId>jlibra-integration-tests</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.jlibra/jlibra-integration-tests/
implementation 'dev.jlibra:jlibra-integration-tests:0.6.0'
// https://jarcasting.com/artifacts/dev.jlibra/jlibra-integration-tests/
implementation ("dev.jlibra:jlibra-integration-tests:0.6.0")
'dev.jlibra:jlibra-integration-tests:jar:0.6.0'
<dependency org="dev.jlibra" name="jlibra-integration-tests" rev="0.6.0">
<artifact name="jlibra-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.jlibra', module='jlibra-integration-tests', version='0.6.0')
)
libraryDependencies += "dev.jlibra" % "jlibra-integration-tests" % "0.6.0"
[dev.jlibra/jlibra-integration-tests "0.6.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| dev.jlibra : jlibra-core | jar | 0.6.0 |
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.apache.commons : commons-lang3 | jar | 3.9 |
| org.awaitility : awaitility | jar | 3.1.6 |
| org.apache.logging.log4j : log4j-api | jar | 2.12.0 |
| org.apache.logging.log4j : log4j-core | jar | 2.12.0 |
| com.konghq : unirest-java | jar | 2.3.14 |