GroupId | GroupIdorg.interledger.connector |
---|---|
ArtifactId | ArtifactIdconnector-crypto |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
connector-crypto-0.2.1.pom | |
connector-crypto-0.2.1.jar | 42 KB |
connector-crypto-0.2.1-sources.jar | 28 KB |
connector-crypto-0.2.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.interledger.connector/connector-crypto/
implementation 'org.interledger.connector:connector-crypto:0.2.1'
// https://jarcasting.com/artifacts/org.interledger.connector/connector-crypto/
implementation ("org.interledger.connector:connector-crypto:0.2.1")
'org.interledger.connector:connector-crypto:jar:0.2.1'
<dependency org="org.interledger.connector" name="connector-crypto" rev="0.2.1">
<artifact name="connector-crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.interledger.connector', module='connector-crypto', version='0.2.1')
)
libraryDependencies += "org.interledger.connector" % "connector-crypto" % "0.2.1"
[org.interledger.connector/connector-crypto "0.2.1"]