Releases: bloxbean/yaci-cardano-test
Releases · bloxbean/yaci-cardano-test
0.1.0
What's Changed
- Yaci DevKit 0.10.0-preview2
- Fix entrypoint for latest DevKit image + Other fixes by @satran004 in #7
Full Changelog: v0.0.2...v0.1.0
0.0.2
v0.0.1
Maven Project
<dependency>
<groupId>com.bloxbean.cardano</groupId>
<artifactId>yaci-cardano-test</artifactId>
<version>0.0.1</version>
<scope>test</scope>
</dependency>
The following dependencies are also required
<dependency>
<groupId>com.bloxbean.cardano</groupId>
<artifactId>cardano-client-lib</artifactId>
<version>0.4.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.bloxbean.cardano</groupId>
<artifactId>cardano-client-backend</artifactId>
<version>0.4.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.9.2</version>
<scope>test</scope>
</dependency>
Gradle Project
testImplementation "com.bloxbean.cardano:yaci-cardano-test:0.0.1"
Other required dependencies
testImplementation "com.bloxbean.cardano:cardano-client-lib:0.4.3"
testImplementation "com.bloxbean.cardano:cardano-client-backend:0.4.3"
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'