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