Skip to content

AreaFiftyLAN/mollie-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travis says:

Mollie API Java

License

The source code is licensed under the Apache License, Version 2.0.

Java

This library requires Java 8.

Dependencies

org.apache.httpcomponents:httpclient:4.3.X
com.fasterxml.jackson.core:jackson-annotations:2.6.X
com.fasterxml.jackson.core:jackson-databind:2.6.X

Maven

This library is available on my personal maven repository, which is hosted on GitHub.

To use this with library with Maven, add the following snippets to your pom.xml file:

...
<repository>
    <id>stil4m-releases</id>
    <name>stil4m-releases</name>
    <url>https://github.com/stil4m/maven-repository/raw/master/releases/</url>
</repository>

...

<depencency>
    <groupId>nl.stil4m</groupId>
    <artifactId>mollie-api</artifactId>
    <version>1.0.0</version>
</depencency>

...

Build the JAR

To build a the JAR you can run mvn install.

About

Mollie API for Java

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%