| GroupId | GroupIdorg.kill-bill.billing |
|---|---|
| ArtifactId | ArtifactIdkillbill-osgi-test-bundles |
| Version | Version0.10.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| killbill-osgi-test-bundles-0.10.2.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.kill-bill.billing/killbill-osgi-test-bundles/ -->
<dependency>
<groupId>org.kill-bill.billing</groupId>
<artifactId>killbill-osgi-test-bundles</artifactId>
<version>0.10.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.kill-bill.billing/killbill-osgi-test-bundles/
implementation 'org.kill-bill.billing:killbill-osgi-test-bundles:0.10.2'
// https://jarcasting.com/artifacts/org.kill-bill.billing/killbill-osgi-test-bundles/
implementation ("org.kill-bill.billing:killbill-osgi-test-bundles:0.10.2")
'org.kill-bill.billing:killbill-osgi-test-bundles:pom:0.10.2'
<dependency org="org.kill-bill.billing" name="killbill-osgi-test-bundles" rev="0.10.2">
<artifact name="killbill-osgi-test-bundles" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.kill-bill.billing', module='killbill-osgi-test-bundles', version='0.10.2')
)
libraryDependencies += "org.kill-bill.billing" % "killbill-osgi-test-bundles" % "0.10.2"
[org.kill-bill.billing/killbill-osgi-test-bundles "0.10.2"]