GroupId | GroupIdde.adorsys.psd2 |
---|---|
ArtifactId | ArtifactIdaspsp-profile-remote |
Version | Version1.14 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.adorsys.psd2/aspsp-profile-remote/ -->
<dependency>
<groupId>de.adorsys.psd2</groupId>
<artifactId>aspsp-profile-remote</artifactId>
<version>1.14</version>
</dependency>
// https://jarcasting.com/artifacts/de.adorsys.psd2/aspsp-profile-remote/
implementation 'de.adorsys.psd2:aspsp-profile-remote:1.14'
// https://jarcasting.com/artifacts/de.adorsys.psd2/aspsp-profile-remote/
implementation ("de.adorsys.psd2:aspsp-profile-remote:1.14")
'de.adorsys.psd2:aspsp-profile-remote:jar:1.14'
<dependency org="de.adorsys.psd2" name="aspsp-profile-remote" rev="1.14">
<artifact name="aspsp-profile-remote" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.adorsys.psd2', module='aspsp-profile-remote', version='1.14')
)
libraryDependencies += "de.adorsys.psd2" % "aspsp-profile-remote" % "1.14"
[de.adorsys.psd2/aspsp-profile-remote "1.14"]