Giter VIP home page Giter VIP logo

killbill-plugin-framework-java's Introduction

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>

About

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

killbill-plugin-framework-java's People

Contributors

almalki avatar andrenpaes avatar beccagaspard avatar daliwei avatar killbillio avatar pierre avatar reshmabidikar avatar rogerparkinson avatar sbrossie avatar vijay-rsystems avatar xsalefter avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.