Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdde.adorsys.psd2 |
ArtifactId | ArtifactIdconsent-xs2a-client |
Version | Version2.5.2-RC4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.adorsys.psd2/consent-xs2a-client/ -->
<dependency>
<groupId>de.adorsys.psd2</groupId>
<artifactId>consent-xs2a-client</artifactId>
<version>2.5.2-RC4</version>
</dependency>
// https://jarcasting.com/artifacts/de.adorsys.psd2/consent-xs2a-client/
implementation 'de.adorsys.psd2:consent-xs2a-client:2.5.2-RC4'
// https://jarcasting.com/artifacts/de.adorsys.psd2/consent-xs2a-client/
implementation ("de.adorsys.psd2:consent-xs2a-client:2.5.2-RC4")
'de.adorsys.psd2:consent-xs2a-client:jar:2.5.2-RC4'
<dependency org="de.adorsys.psd2" name="consent-xs2a-client" rev="2.5.2-RC4">
<artifact name="consent-xs2a-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.adorsys.psd2', module='consent-xs2a-client', version='2.5.2-RC4')
)
libraryDependencies += "de.adorsys.psd2" % "consent-xs2a-client" % "2.5.2-RC4"
[de.adorsys.psd2/consent-xs2a-client "2.5.2-RC4"]