GroupId | GroupIdorg.interledger |
---|---|
ArtifactId | ArtifactIdquilt-bom |
Version | Version1.1.1 |
Type | Typepom |
Filename | Size |
---|---|
quilt-bom-1.1.1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.interledger/quilt-bom/ -->
<dependency>
<groupId>org.interledger</groupId>
<artifactId>quilt-bom</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.interledger/quilt-bom/
implementation 'org.interledger:quilt-bom:1.1.1'
// https://jarcasting.com/artifacts/org.interledger/quilt-bom/
implementation ("org.interledger:quilt-bom:1.1.1")
'org.interledger:quilt-bom:pom:1.1.1'
<dependency org="org.interledger" name="quilt-bom" rev="1.1.1">
<artifact name="quilt-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.interledger', module='quilt-bom', version='1.1.1')
)
libraryDependencies += "org.interledger" % "quilt-bom" % "1.1.1"
[org.interledger/quilt-bom "1.1.1"]