License |
License |
---|---|
GroupId | GroupIdorg.interledger |
ArtifactId | ArtifactIdilp-core |
Last Version | Last Version1.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionQuilt :: ILP Core
Core libraries for implementing the Interledger suite of protocols.
|
Project Organization |
Project OrganizationHyperledger and its contributors |
Filename | Size |
---|---|
ilp-core-1.3.1.pom | |
ilp-core-1.3.1.jar | 77 KB |
ilp-core-1.3.1-sources.jar | 51 KB |
ilp-core-1.3.1-javadoc.jar | 256 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.interledger/ilp-core/ -->
<dependency>
<groupId>org.interledger</groupId>
<artifactId>ilp-core</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.interledger/ilp-core/
implementation 'org.interledger:ilp-core:1.3.1'
// https://jarcasting.com/artifacts/org.interledger/ilp-core/
implementation ("org.interledger:ilp-core:1.3.1")
'org.interledger:ilp-core:jar:1.3.1'
<dependency org="org.interledger" name="ilp-core" rev="1.3.1">
<artifact name="ilp-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.interledger', module='ilp-core', version='1.3.1')
)
libraryDependencies += "org.interledger" % "ilp-core" % "1.3.1"
[org.interledger/ilp-core "1.3.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 28.1-jre |
Group / Artifact | Type | Version |
---|---|---|
org.immutables : value | jar | 2.8.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.28.1 |
org.assertj : assertj-core | jar | 3.13.2 |
org.slf4j : slf4j-jdk14 | jar | 1.7.30 |