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