Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdde.adorsys.psd2.sandbox |
ArtifactId | ArtifactIdtpp-rest-client |
Version | Version4.10 |
Type | Typejar |
Filename | Size |
---|---|
tpp-rest-client-4.10.pom | |
tpp-rest-client-4.10.jar | 4 KB |
tpp-rest-client-4.10-sources.jar | 4 KB |
tpp-rest-client-4.10-javadoc.jar | 401 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.adorsys.psd2.sandbox/tpp-rest-client/ -->
<dependency>
<groupId>de.adorsys.psd2.sandbox</groupId>
<artifactId>tpp-rest-client</artifactId>
<version>4.10</version>
</dependency>
// https://jarcasting.com/artifacts/de.adorsys.psd2.sandbox/tpp-rest-client/
implementation 'de.adorsys.psd2.sandbox:tpp-rest-client:4.10'
// https://jarcasting.com/artifacts/de.adorsys.psd2.sandbox/tpp-rest-client/
implementation ("de.adorsys.psd2.sandbox:tpp-rest-client:4.10")
'de.adorsys.psd2.sandbox:tpp-rest-client:jar:4.10'
<dependency org="de.adorsys.psd2.sandbox" name="tpp-rest-client" rev="4.10">
<artifact name="tpp-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.adorsys.psd2.sandbox', module='tpp-rest-client', version='4.10')
)
libraryDependencies += "de.adorsys.psd2.sandbox" % "tpp-rest-client" % "4.10"
[de.adorsys.psd2.sandbox/tpp-rest-client "4.10"]