s

scp-blockchain

Service integration of blockchain functionality on SAP Business Technology Platform (Deprecated, move to artifact id "blockchain-client-fabric" as substitute.).
https://sap.github.io/cloud-sdk/docs/java/getting-started
SAP DEVELOPER LICENSE AGREEMENT
SAP SE
SAP
Files download
File Operation
scp-blockchain-4.17.0.jar download
scp-blockchain-4.17.0.pom download
scp-blockchain-4.17.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sap.cloud.sdk.services</groupId>
  <artifactId>scp-blockchain</artifactId>
  <version>4.17.0</version>
</dependency>
Gradle Groovy
implementation 'com.sap.cloud.sdk.services:scp-blockchain:4.17.0'
Gradle Kotlin
implementation("com.sap.cloud.sdk.services:scp-blockchain:4.17.0")
Scala SBT
libraryDependencies += "com.sap.cloud.sdk.services" % "scp-blockchain" % "4.17.0"
Groovy Grape
@Grapes(
  @Grab(group='com.sap.cloud.sdk.services', module='scp-blockchain', version='4.17.0')
)
Apache Ivy
<dependency org="com.sap.cloud.sdk.services" name="scp-blockchain" rev="4.17.0" />
Leiningen
[com.sap.cloud.sdk.services/scp-blockchain "4.17.0"]
Apache Buildr
'com.sap.cloud.sdk.services:scp-blockchain:jar:4.17.0'