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