| GroupId | GroupIdde.adorsys.opba |
|---|---|
| ArtifactId | ArtifactIdfintech-example-tests |
| Version | Version0.20.0.2-RC1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fintech-example-tests-0.20.0.2-RC1.pom | |
| fintech-example-tests-0.20.0.2-RC1.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.adorsys.opba/fintech-example-tests/ -->
<dependency>
<groupId>de.adorsys.opba</groupId>
<artifactId>fintech-example-tests</artifactId>
<version>0.20.0.2-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/de.adorsys.opba/fintech-example-tests/
implementation 'de.adorsys.opba:fintech-example-tests:0.20.0.2-RC1'
// https://jarcasting.com/artifacts/de.adorsys.opba/fintech-example-tests/
implementation ("de.adorsys.opba:fintech-example-tests:0.20.0.2-RC1")
'de.adorsys.opba:fintech-example-tests:jar:0.20.0.2-RC1'
<dependency org="de.adorsys.opba" name="fintech-example-tests" rev="0.20.0.2-RC1">
<artifact name="fintech-example-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.adorsys.opba', module='fintech-example-tests', version='0.20.0.2-RC1')
)
libraryDependencies += "de.adorsys.opba" % "fintech-example-tests" % "0.20.0.2-RC1"
[de.adorsys.opba/fintech-example-tests "0.20.0.2-RC1"]