GroupId | GroupIdorg.interledger.connector |
---|---|
ArtifactId | ArtifactIdconnector-crypto |
Version | Version0.2.2 |
Type | Typejar |
Filename | Size |
---|---|
connector-crypto-0.2.2.pom | |
connector-crypto-0.2.2.jar | 42 KB |
connector-crypto-0.2.2-sources.jar | 28 KB |
connector-crypto-0.2.2-javadoc.jar | 208 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.interledger.connector/connector-crypto/ -->
<dependency>
<groupId>org.interledger.connector</groupId>
<artifactId>connector-crypto</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.interledger.connector/connector-crypto/
implementation 'org.interledger.connector:connector-crypto:0.2.2'
// https://jarcasting.com/artifacts/org.interledger.connector/connector-crypto/
implementation ("org.interledger.connector:connector-crypto:0.2.2")
'org.interledger.connector:connector-crypto:jar:0.2.2'
<dependency org="org.interledger.connector" name="connector-crypto" rev="0.2.2">
<artifact name="connector-crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.interledger.connector', module='connector-crypto', version='0.2.2')
)
libraryDependencies += "org.interledger.connector" % "connector-crypto" % "0.2.2"
[org.interledger.connector/connector-crypto "0.2.2"]