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