| License |
License |
|---|---|
| GroupId | GroupIdorg.interledger.connector |
| ArtifactId | ArtifactIdconnector-crypto |
| Version | Version0.5.1 |
| Type | Typejar |
| Description |
DescriptionConnector :: Crypto
Encryption, decryption, signing and verification services using various underlying key-stores.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| connector-crypto-0.5.1.pom | |
| connector-crypto-0.5.1.jar | 39 KB |
| connector-crypto-0.5.1-sources.jar | 26 KB |
| connector-crypto-0.5.1-javadoc.jar | 180 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.interledger.connector/connector-crypto/ -->
<dependency>
<groupId>org.interledger.connector</groupId>
<artifactId>connector-crypto</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.interledger.connector/connector-crypto/
implementation 'org.interledger.connector:connector-crypto:0.5.1'
// https://jarcasting.com/artifacts/org.interledger.connector/connector-crypto/
implementation ("org.interledger.connector:connector-crypto:0.5.1")
'org.interledger.connector:connector-crypto:jar:0.5.1'
<dependency org="org.interledger.connector" name="connector-crypto" rev="0.5.1">
<artifact name="connector-crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.interledger.connector', module='connector-crypto', version='0.5.1')
)
libraryDependencies += "org.interledger.connector" % "connector-crypto" % "0.5.1"
[org.interledger.connector/connector-crypto "0.5.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.interledger.connector : connector-core | jar | 0.5.1 |
| com.google.cloud : google-cloud-kms | jar | |
| com.google.api : gax | jar | |
| com.google.guava : guava | jar | 28.2-jre |
| jakarta.annotation : jakarta.annotation-api | jar | 1.3.5 |
| org.slf4j : slf4j-api | jar | 1.7.29 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.immutables : value | jar | 2.7.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 3.14.0 |
| org.mockito : mockito-core | jar | 3.2.4 |