f

fintx-common

FinTx common libraries include message specification log specification and utils
www.fintx.org
Files download
File Operation
fintx-common-0.2.0.0.jar download
fintx-common-0.2.0.0.pom download
fintx-common-0.2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.fintx</groupId>
  <artifactId>fintx-common</artifactId>
  <version>0.2.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.fintx:fintx-common:0.2.0.0'
Gradle Kotlin
implementation("org.fintx:fintx-common:0.2.0.0")
Scala SBT
libraryDependencies += "org.fintx" % "fintx-common" % "0.2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.fintx', module='fintx-common', version='0.2.0.0')
)
Apache Ivy
<dependency org="org.fintx" name="fintx-common" rev="0.2.0.0" />
Leiningen
[org.fintx/fintx-common "0.2.0.0"]
Apache Buildr
'org.fintx:fintx-common:jar:0.2.0.0'