| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.corda |
| ArtifactId | ArtifactIdcorda-standalone-shell |
| Version | Version4.9 |
| Type | Typejar |
| Description |
Descriptioncorda-standalone-shell
Corda Standalone Shell
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| corda-standalone-shell-4.9.pom | |
| corda-standalone-shell-4.9.jar | 64 MB |
| corda-standalone-shell-4.9-sources.jar | 399 bytes |
| corda-standalone-shell-4.9-javadoc.jar | 399 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/net.corda/corda-standalone-shell/ -->
<dependency>
<groupId>net.corda</groupId>
<artifactId>corda-standalone-shell</artifactId>
<version>4.9</version>
</dependency>
// https://jarcasting.com/artifacts/net.corda/corda-standalone-shell/
implementation 'net.corda:corda-standalone-shell:4.9'
// https://jarcasting.com/artifacts/net.corda/corda-standalone-shell/
implementation ("net.corda:corda-standalone-shell:4.9")
'net.corda:corda-standalone-shell:jar:4.9'
<dependency org="net.corda" name="corda-standalone-shell" rev="4.9">
<artifact name="corda-standalone-shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.corda', module='corda-standalone-shell', version='4.9')
)
libraryDependencies += "net.corda" % "corda-standalone-shell" % "4.9"
[net.corda/corda-standalone-shell "4.9"]