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