An open API service indexing awesome lists of open source software.

https://github.com/killbill/killbill-client-java-example

Example project using the Kill Bill Java client
https://github.com/killbill/killbill-client-java-example

Last synced: about 1 year ago
JSON representation

Example project using the Kill Bill Java client

Awesome Lists containing this project

README

          

# killbill-client-java-example

Example project that demonstrates how to use the Kill Bill Java client. For a detailed tutorial, please refer to our [docs](https://docs.killbill.io/latest/java_client.html)

## Build

```
mvn clean install
```

## Run

Ensure Kill Bill is running (either on [AWS](https://docs.killbill.io/latest/getting_started.html#_aws_one_click) or via [Docker](https://docs.killbill.io/latest/getting_started.html#_docker) or in [Tomcat](https://docs.killbill.io/latest/getting_started.html#_tomcat)) or [standalone](https://docs.killbill.io/latest/development.html#_running_the_application) and run the following command:

```
mvn test
```