Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.interledger |
ArtifactId | ArtifactIdspsp-client |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
spsp-client-1.2.0.pom | |
spsp-client-1.2.0.jar | 25 KB |
spsp-client-1.2.0-sources.jar | 17 KB |
spsp-client-1.2.0-javadoc.jar | 112 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.interledger/spsp-client/ -->
<dependency>
<groupId>org.interledger</groupId>
<artifactId>spsp-client</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.interledger/spsp-client/
implementation 'org.interledger:spsp-client:1.2.0'
// https://jarcasting.com/artifacts/org.interledger/spsp-client/
implementation ("org.interledger:spsp-client:1.2.0")
'org.interledger:spsp-client:jar:1.2.0'
<dependency org="org.interledger" name="spsp-client" rev="1.2.0">
<artifact name="spsp-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.interledger', module='spsp-client', version='1.2.0')
)
libraryDependencies += "org.interledger" % "spsp-client" % "1.2.0"
[org.interledger/spsp-client "1.2.0"]