GroupId | GroupIdorg.jdtaus.common |
---|---|
ArtifactId | ArtifactIdjdtaus-banking-api |
Version | Version1.5 |
Type | Typejar |
Filename | Size |
---|---|
jdtaus-banking-api-1.5.pom | |
jdtaus-banking-api-1.5.jar | 77 KB |
jdtaus-banking-api-1.5-tests.jar | 37 KB |
jdtaus-banking-api-1.5-sources.jar | 1 MB |
jdtaus-banking-api-1.5-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jdtaus.common/jdtaus-banking-api/ -->
<dependency>
<groupId>org.jdtaus.common</groupId>
<artifactId>jdtaus-banking-api</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdtaus.common/jdtaus-banking-api/
implementation 'org.jdtaus.common:jdtaus-banking-api:1.5'
// https://jarcasting.com/artifacts/org.jdtaus.common/jdtaus-banking-api/
implementation ("org.jdtaus.common:jdtaus-banking-api:1.5")
'org.jdtaus.common:jdtaus-banking-api:jar:1.5'
<dependency org="org.jdtaus.common" name="jdtaus-banking-api" rev="1.5">
<artifact name="jdtaus-banking-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdtaus.common', module='jdtaus-banking-api', version='1.5')
)
libraryDependencies += "org.jdtaus.common" % "jdtaus-banking-api" % "1.5"
[org.jdtaus.common/jdtaus-banking-api "1.5"]