Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdde.adorsys.psd2.sandbox |
ArtifactId | ArtifactIdtpp-rest-client |
Version | Version5.8.1 |
Type | Typejar |
Filename | Size |
---|---|
tpp-rest-client-5.8.1.pom | |
tpp-rest-client-5.8.1.jar | 4 KB |
tpp-rest-client-5.8.1-sources.jar | 4 KB |
tpp-rest-client-5.8.1-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>5.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.adorsys.psd2.sandbox/tpp-rest-client/
implementation 'de.adorsys.psd2.sandbox:tpp-rest-client:5.8.1'
// https://jarcasting.com/artifacts/de.adorsys.psd2.sandbox/tpp-rest-client/
implementation ("de.adorsys.psd2.sandbox:tpp-rest-client:5.8.1")
'de.adorsys.psd2.sandbox:tpp-rest-client:jar:5.8.1'
<dependency org="de.adorsys.psd2.sandbox" name="tpp-rest-client" rev="5.8.1">
<artifact name="tpp-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.adorsys.psd2.sandbox', module='tpp-rest-client', version='5.8.1')
)
libraryDependencies += "de.adorsys.psd2.sandbox" % "tpp-rest-client" % "5.8.1"
[de.adorsys.psd2.sandbox/tpp-rest-client "5.8.1"]