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