m

merchant.library

The iDIN library is designed for implementing iDIN messaging standards. It facilitates message validation and authentication for merchant transactions. It's an open-source initiative under the MIT license.
https://github.com/Currence-Online/iDIN-libraries-java.git
MIT License
Maxcode devops blue
Files download
File Operation
merchant.library-1.2.9.jar download
merchant.library-1.2.9.pom download
merchant.library-1.2.9-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.currence-online</groupId>
  <artifactId>merchant.library</artifactId>
  <version>1.2.9</version>
</dependency>
Gradle Groovy
implementation 'io.github.currence-online:merchant.library:1.2.9'
Gradle Kotlin
implementation("io.github.currence-online:merchant.library:1.2.9")
Scala SBT
libraryDependencies += "io.github.currence-online" % "merchant.library" % "1.2.9"
Groovy Grape
@Grapes(
  @Grab(group='io.github.currence-online', module='merchant.library', version='1.2.9')
)
Apache Ivy
<dependency org="io.github.currence-online" name="merchant.library" rev="1.2.9" />
Leiningen
[io.github.currence-online/merchant.library "1.2.9"]
Apache Buildr
'io.github.currence-online:merchant.library:jar:1.2.9'