Skip to content

Latest commit

 

History

590 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

仓库 files navigation

killbill-plugin-framework-java

Maven Central

Convenience library to help write Kill Bill plugins.

Kill Bill compatibility

Framework version Kill Bill version
0.3.y 0.16.z
1.2.y 0.18.z
2.x.y 0.19.z
3.x.y 0.20.z
4.1.y 0.22.z
4.2.y 0.22.z
5.0.y 0.24.z
5.1.y 0.24.z

We've upgraded numerous dependencies in 4.2.x (required for Java 11 support).

Usage

Add the library to your plugin:

<dependency>
    <groupId>org.kill-bill.billing.plugin.java</groupId>
    <artifactId>killbill-base-plugin</artifactId>
    <version>... release version ...</version>
</dependency>
<dependency>
    <groupId>org.kill-bill.billing.plugin.java</groupId>
    <artifactId>killbill-base-plugin</artifactId>
    <version>... release version ...</version>
    <type>test-jar</type>
    <scope>test</scope>
</dependency>

关于

Kill Bill is the leading Open-Source Subscription Billing & Payments Platform. For more information about the project, go to https://killbill.io/.

关于

Framework to write Kill Bill plugins

Topics

Resources

Contributing

Stars

11 stars

关注者

6 watching

复刻s

Sponsor this project

Used by

贡献者

Languages