GroupId | GroupIdde.adorsys.psd2 |
---|---|
ArtifactId | ArtifactIdaspsp-profile-remote |
Version | Version5.7 |
Type | Typejar |
Filename | Size |
---|---|
aspsp-profile-remote-5.7.pom | |
aspsp-profile-remote-5.7.jar | 7 KB |
aspsp-profile-remote-5.7-sources.jar | 6 KB |
aspsp-profile-remote-5.7-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.adorsys.psd2/aspsp-profile-remote/ -->
<dependency>
<groupId>de.adorsys.psd2</groupId>
<artifactId>aspsp-profile-remote</artifactId>
<version>5.7</version>
</dependency>
// https://jarcasting.com/artifacts/de.adorsys.psd2/aspsp-profile-remote/
implementation 'de.adorsys.psd2:aspsp-profile-remote:5.7'
// https://jarcasting.com/artifacts/de.adorsys.psd2/aspsp-profile-remote/
implementation ("de.adorsys.psd2:aspsp-profile-remote:5.7")
'de.adorsys.psd2:aspsp-profile-remote:jar:5.7'
<dependency org="de.adorsys.psd2" name="aspsp-profile-remote" rev="5.7">
<artifact name="aspsp-profile-remote" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.adorsys.psd2', module='aspsp-profile-remote', version='5.7')
)
libraryDependencies += "de.adorsys.psd2" % "aspsp-profile-remote" % "5.7"
[de.adorsys.psd2/aspsp-profile-remote "5.7"]