| License | License | 
|---|---|
| Categories | CategoriesNet | 
| GroupId | GroupIdnet.corda | 
| ArtifactId | ArtifactIdcorda-test-db | 
| Last Version | Last Version4.9.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptioncorda-test-db null | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| corda-test-db-4.9.1.pom | |
| corda-test-db-4.9.1.jar | 13 KB | 
| corda-test-db-4.9.1-sources.jar | 5 KB | 
| corda-test-db-4.9.1-javadoc.jar | 417 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.corda/corda-test-db/ -->
<dependency>
    <groupId>net.corda</groupId>
    <artifactId>corda-test-db</artifactId>
    <version>4.9.1</version>
</dependency>// https://jarcasting.com/artifacts/net.corda/corda-test-db/
implementation 'net.corda:corda-test-db:4.9.1'// https://jarcasting.com/artifacts/net.corda/corda-test-db/
implementation ("net.corda:corda-test-db:4.9.1")'net.corda:corda-test-db:jar:4.9.1'<dependency org="net.corda" name="corda-test-db" rev="4.9.1">
  <artifact name="corda-test-db" type="jar" />
</dependency>@Grapes(
@Grab(group='net.corda', module='corda-test-db', version='4.9.1')
)libraryDependencies += "net.corda" % "corda-test-db" % "4.9.1"[net.corda/corda-test-db "4.9.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.2.71 | 
| org.junit.jupiter : junit-jupiter-api | jar | 5.5.0-RC1 |