ebics-java / ebics-java-client

Java open source EBICS client - Support for French, German and Swiss banks
GNU Lesser General Public License v2.1
36 stars 35 forks source link

how would one be able to make use of this client #8

Closed bahlmanng closed 4 years ago

bahlmanng commented 4 years ago

Hello, i would like to know how would one be able to make use of this client?

Seems i have compiled it so far, unclear if this is now to be used as jar file or only with maven commands as mentioned on the Wiki.

any help would be liked.

uwemaurer commented 4 years ago

You can use the EbicsClient program and start it via maven. You can also use the jar file in your own java program. After mvn install you can find the jar files in the target directory.