GroupId | GroupIdorg.web3j.corda |
---|---|
ArtifactId | ArtifactIdweb3j-corda-core |
Version | Version0.2.2 |
Type | Typejar |
Filename | Size |
---|---|
web3j-corda-core-0.2.2.pom | |
web3j-corda-core-0.2.2.jar | 23 KB |
web3j-corda-core-0.2.2-tests.jar | 261 bytes |
web3j-corda-core-0.2.2-sources.jar | 7 KB |
web3j-corda-core-0.2.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.web3j.corda/web3j-corda-core/ -->
<dependency>
<groupId>org.web3j.corda</groupId>
<artifactId>web3j-corda-core</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.web3j.corda/web3j-corda-core/
implementation 'org.web3j.corda:web3j-corda-core:0.2.2'
// https://jarcasting.com/artifacts/org.web3j.corda/web3j-corda-core/
implementation ("org.web3j.corda:web3j-corda-core:0.2.2")
'org.web3j.corda:web3j-corda-core:jar:0.2.2'
<dependency org="org.web3j.corda" name="web3j-corda-core" rev="0.2.2">
<artifact name="web3j-corda-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.web3j.corda', module='web3j-corda-core', version='0.2.2')
)
libraryDependencies += "org.web3j.corda" % "web3j-corda-core" % "0.2.2"
[org.web3j.corda/web3j-corda-core "0.2.2"]