https://github.com/killbill/killbill-plugin-framework-java
Framework to write Kill Bill plugins
https://github.com/killbill/killbill-plugin-framework-java
billing killbill payments subscriptions
Last synced: about 1 year ago
JSON representation
Framework to write Kill Bill plugins
- Host: GitHub
- URL: https://github.com/killbill/killbill-plugin-framework-java
- Owner: killbill
- License: apache-2.0
- Created: 2014-12-09T19:17:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-02-07T04:50:47.000Z (over 1 year ago)
- Last Synced: 2025-03-29T10:07:36.739Z (about 1 year ago)
- Topics: billing, killbill, payments, subscriptions
- Language: Java
- Homepage: https://killbill.io
- Size: 1.05 MB
- Stars: 8
- Watchers: 7
- Forks: 24
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# killbill-plugin-framework-java

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:
```xml
org.kill-bill.billing.plugin.java
killbill-base-plugin
... release version ...
org.kill-bill.billing.plugin.java
killbill-base-plugin
... release version ...
test-jar
test
```
## About
Kill Bill is the leading Open-Source Subscription Billing & Payments Platform. For more information about the project, go to https://killbill.io/.