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