License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.corda |
ArtifactId | ArtifactIdcorda |
Last Version | Last Version5.0.0-DevPreview-1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncorda
OSGi Framework Bootstrap
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
corda-5.0.0-DevPreview-1.0.1.pom | |
corda-5.0.0-DevPreview-1.0.1.jar | 60 MB |
corda-5.0.0-DevPreview-1.0.1-sources.jar | 386 bytes |
corda-5.0.0-DevPreview-1.0.1-javadoc.jar | 386 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/net.corda/corda/ -->
<dependency>
<groupId>net.corda</groupId>
<artifactId>corda</artifactId>
<version>5.0.0-DevPreview-1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.corda/corda/
implementation 'net.corda:corda:5.0.0-DevPreview-1.0.1'
// https://jarcasting.com/artifacts/net.corda/corda/
implementation ("net.corda:corda:5.0.0-DevPreview-1.0.1")
'net.corda:corda:jar:5.0.0-DevPreview-1.0.1'
<dependency org="net.corda" name="corda" rev="5.0.0-DevPreview-1.0.1">
<artifact name="corda" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.corda', module='corda', version='5.0.0-DevPreview-1.0.1')
)
libraryDependencies += "net.corda" % "corda" % "5.0.0-DevPreview-1.0.1"
[net.corda/corda "5.0.0-DevPreview-1.0.1"]