License |
License |
---|---|
GroupId | GroupIdme.figo |
ArtifactId | ArtifactIdsdk |
Version | Version4.0.16 |
Type | Typejar |
Description |
DescriptionFigo Java 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.
|
Project Organization |
Project Organizationfigo GmbH |
Filename | Size |
---|---|
sdk-4.0.16.pom | |
sdk-4.0.16.jar | 87 KB |
sdk-4.0.16-sources.jar | 62 KB |
sdk-4.0.16-javadoc.jar | 472 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.figo/sdk/ -->
<dependency>
<groupId>me.figo</groupId>
<artifactId>sdk</artifactId>
<version>4.0.16</version>
</dependency>
// https://jarcasting.com/artifacts/me.figo/sdk/
implementation 'me.figo:sdk:4.0.16'
// https://jarcasting.com/artifacts/me.figo/sdk/
implementation ("me.figo:sdk:4.0.16")
'me.figo:sdk:jar:4.0.16'
<dependency org="me.figo" name="sdk" rev="4.0.16">
<artifact name="sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.figo', module='sdk', version='4.0.16')
)
libraryDependencies += "me.figo" % "sdk" % "4.0.16"
[me.figo/sdk "4.0.16"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.4 |
com.google.guava : guava | jar | 14.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |