GroupId | GroupIdorg.interledger |
---|---|
ArtifactId | ArtifactIdspsp-parent |
Version | Version1.3.0 |
Type | Typepom |
Filename | Size |
---|---|
spsp-parent-1.3.0.pom | 627 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.interledger/spsp-parent/ -->
<dependency>
<groupId>org.interledger</groupId>
<artifactId>spsp-parent</artifactId>
<version>1.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.interledger/spsp-parent/
implementation 'org.interledger:spsp-parent:1.3.0'
// https://jarcasting.com/artifacts/org.interledger/spsp-parent/
implementation ("org.interledger:spsp-parent:1.3.0")
'org.interledger:spsp-parent:pom:1.3.0'
<dependency org="org.interledger" name="spsp-parent" rev="1.3.0">
<artifact name="spsp-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.interledger', module='spsp-parent', version='1.3.0')
)
libraryDependencies += "org.interledger" % "spsp-parent" % "1.3.0"
[org.interledger/spsp-parent "1.3.0"]