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
文件下载
文件名 操作
sdk-4.0.2.jar 下载
sdk-4.0.2.pom 下载
sdk-4.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>me.figo</groupId>
  <artifactId>sdk</artifactId>
  <version>4.0.2</version>
</dependency>
Gradle Groovy
implementation 'me.figo:sdk:4.0.2'
Gradle Kotlin
implementation("me.figo:sdk:4.0.2")
Scala SBT
libraryDependencies += "me.figo" % "sdk" % "4.0.2"
Groovy Grape
@Grapes(
  @Grab(group='me.figo', module='sdk', version='4.0.2')
)
Apache Ivy
<dependency org="me.figo" name="sdk" rev="4.0.2" />
Leiningen
[me.figo/sdk "4.0.2"]
Apache Buildr
'me.figo:sdk:jar:4.0.2'