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