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