Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.swisscom-blockchain |
ArtifactId | ArtifactIdneo-rpcclient |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
neo-rpcclient-1.1.pom | |
neo-rpcclient-1.1.jar | 9 KB |
neo-rpcclient-1.1-sources.jar | 4 KB |
neo-rpcclient-1.1-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.swisscom-blockchain/neo-rpcclient/ -->
<dependency>
<groupId>com.github.swisscom-blockchain</groupId>
<artifactId>neo-rpcclient</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.swisscom-blockchain/neo-rpcclient/
implementation 'com.github.swisscom-blockchain:neo-rpcclient:1.1'
// https://jarcasting.com/artifacts/com.github.swisscom-blockchain/neo-rpcclient/
implementation ("com.github.swisscom-blockchain:neo-rpcclient:1.1")
'com.github.swisscom-blockchain:neo-rpcclient:jar:1.1'
<dependency org="com.github.swisscom-blockchain" name="neo-rpcclient" rev="1.1">
<artifact name="neo-rpcclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.swisscom-blockchain', module='neo-rpcclient', version='1.1')
)
libraryDependencies += "com.github.swisscom-blockchain" % "neo-rpcclient" % "1.1"
[com.github.swisscom-blockchain/neo-rpcclient "1.1"]