Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.interledger |
ArtifactId | ArtifactIdspsp-client |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
spsp-client-1.0.2.pom | |
spsp-client-1.0.2.jar | 22 KB |
spsp-client-1.0.2-sources.jar | 15 KB |
spsp-client-1.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.interledger/spsp-client/
implementation 'org.interledger:spsp-client:1.0.2'
// https://jarcasting.com/artifacts/org.interledger/spsp-client/
implementation ("org.interledger:spsp-client:1.0.2")
'org.interledger:spsp-client:jar:1.0.2'
<dependency org="org.interledger" name="spsp-client" rev="1.0.2">
<artifact name="spsp-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.interledger', module='spsp-client', version='1.0.2')
)
libraryDependencies += "org.interledger" % "spsp-client" % "1.0.2"
[org.interledger/spsp-client "1.0.2"]