GroupId | GroupIdorg.jdtaus.banking |
---|---|
ArtifactId | ArtifactIdjdtaus-banking-messages |
Version | Version1.2.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jdtaus.banking/jdtaus-banking-messages/ -->
<dependency>
<groupId>org.jdtaus.banking</groupId>
<artifactId>jdtaus-banking-messages</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdtaus.banking/jdtaus-banking-messages/
implementation 'org.jdtaus.banking:jdtaus-banking-messages:1.2.2'
// https://jarcasting.com/artifacts/org.jdtaus.banking/jdtaus-banking-messages/
implementation ("org.jdtaus.banking:jdtaus-banking-messages:1.2.2")
'org.jdtaus.banking:jdtaus-banking-messages:jar:1.2.2'
<dependency org="org.jdtaus.banking" name="jdtaus-banking-messages" rev="1.2.2">
<artifact name="jdtaus-banking-messages" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdtaus.banking', module='jdtaus-banking-messages', version='1.2.2')
)
libraryDependencies += "org.jdtaus.banking" % "jdtaus-banking-messages" % "1.2.2"
[org.jdtaus.banking/jdtaus-banking-messages "1.2.2"]