GroupId | GroupIdorg.interledger |
---|---|
ArtifactId | ArtifactIdlink-ilp-over-http |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
link-ilp-over-http-1.0.0.pom | |
link-ilp-over-http-1.0.0.jar | 55 KB |
link-ilp-over-http-1.0.0-sources.jar | 39 KB |
link-ilp-over-http-1.0.0-javadoc.jar | 199 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.interledger/link-ilp-over-http/ -->
<dependency>
<groupId>org.interledger</groupId>
<artifactId>link-ilp-over-http</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.interledger/link-ilp-over-http/
implementation 'org.interledger:link-ilp-over-http:1.0.0'
// https://jarcasting.com/artifacts/org.interledger/link-ilp-over-http/
implementation ("org.interledger:link-ilp-over-http:1.0.0")
'org.interledger:link-ilp-over-http:jar:1.0.0'
<dependency org="org.interledger" name="link-ilp-over-http" rev="1.0.0">
<artifact name="link-ilp-over-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.interledger', module='link-ilp-over-http', version='1.0.0')
)
libraryDependencies += "org.interledger" % "link-ilp-over-http" % "1.0.0"
[org.interledger/link-ilp-over-http "1.0.0"]