Download sdk-1.1.1.jar file - Jar s

Jar examples for s:sdk

Description

This SDK eases the development of Java applications and web services consuming the figo connect API. Figo connect allows developers simple access to users bank data on a trustworthy basis. Users can grant your application access to certain parts of their bank accounts and you can access them without worrying about the inner workings of online banking.

You can download jar file sdk 1.1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add sdk-1.1.1.jar to your project.

<dependency>
   <groupId>me.figo</groupId>
   <artifactId>sdk</artifactId>
   <version>1.1.1</version>
</dependency>
compile group: 'me.figo', name: 'sdk', version: '1.1.1'
libraryDependencies += "me.figo" % "sdk" % "1.1.1"
<dependency org="me.figo" name="sdk" rev="1.1.1"/>
@Grapes(@Grab(group='me.figo', module='sdk', version='1.1.1'))
'me.figo:sdk:jar:1.1.1'

Download

Click the following link to download the jar file.

sdk-1.1.1-javadoc.jar
sdk-1.1.1-sources.jar
sdk-1.1.1.pom



Related Tutorials