GroupId | GroupIdde.adorsys.psd2 |
---|---|
ArtifactId | ArtifactIdaspsp-profile-remote |
Version | Version1.10 |
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.10</version>
</dependency>
// https://jarcasting.com/artifacts/de.adorsys.psd2/aspsp-profile-remote/
implementation 'de.adorsys.psd2:aspsp-profile-remote:1.10'
// https://jarcasting.com/artifacts/de.adorsys.psd2/aspsp-profile-remote/
implementation ("de.adorsys.psd2:aspsp-profile-remote:1.10")
'de.adorsys.psd2:aspsp-profile-remote:jar:1.10'
<dependency org="de.adorsys.psd2" name="aspsp-profile-remote" rev="1.10">
<artifact name="aspsp-profile-remote" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.adorsys.psd2', module='aspsp-profile-remote', version='1.10')
)
libraryDependencies += "de.adorsys.psd2" % "aspsp-profile-remote" % "1.10"
[de.adorsys.psd2/aspsp-profile-remote "1.10"]