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