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