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