Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.corda |
ArtifactId | ArtifactIdcore |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
core-0.6.pom | |
core-0.6.jar | 697 KB |
core-0.6-sources.jar | 175 KB |
core-0.6-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.corda/core/ -->
<dependency>
<groupId>net.corda</groupId>
<artifactId>core</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.corda/core/
implementation 'net.corda:core:0.6'
// https://jarcasting.com/artifacts/net.corda/core/
implementation ("net.corda:core:0.6")
'net.corda:core:jar:0.6'
<dependency org="net.corda" name="core" rev="0.6">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.corda', module='core', version='0.6')
)
libraryDependencies += "net.corda" % "core" % "0.6"
[net.corda/core "0.6"]