s

sdk

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.
http://figo.io
MIT License
figo GmbH
Jan van Esdonk
Files download
File Operation
sdk-1.4.6.jar download
sdk-1.4.6.pom download
sdk-1.4.6-sources.jar download
Apache Maven
<dependency>
  <groupId>me.figo</groupId>
  <artifactId>sdk</artifactId>
  <version>1.4.6</version>
</dependency>
Gradle Groovy
implementation 'me.figo:sdk:1.4.6'
Gradle Kotlin
implementation("me.figo:sdk:1.4.6")
Scala SBT
libraryDependencies += "me.figo" % "sdk" % "1.4.6"
Groovy Grape
@Grapes(
  @Grab(group='me.figo', module='sdk', version='1.4.6')
)
Apache Ivy
<dependency org="me.figo" name="sdk" rev="1.4.6" />
Leiningen
[me.figo/sdk "1.4.6"]
Apache Buildr
'me.figo:sdk:jar:1.4.6'