Skip to content

billforward/bf-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BillForward Java Bindings

Sign up for a BillForward account at https://www.billforward.net.

Requirements

Java 1.5 and later.

Installation

Maven users

Add this dependency to your project's POM:

<dependency>
  <groupId>net.billforward</groupId>
  <artifactId>billforward-java</artifactId>
  <version>1.2015.157</version>
</dependency>

Gradle users

Add this dependency to your project's build file:

compile "net.billforward:billforward-java:1.2015.157

Others

You'll need to manually install the following JARs:

Usage

BillForwardExample.java

See BillForward Tests and [API Docs] (https://app.billforward.net/api/) for examples.

Testing

You must have Maven installed. To run the tests, simply run mvn test. You can run particular tests by passing -D test=Class#method -- for example, -D test=BillForward#testAcountCreate.