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