j

java-library

This library used for merchant who want to integrate with DOKU
https://github.com/dokudevex/doku-java-library
MIT License
PT Nusa Satu Inti Artha
Files download
File Operation
java-library-2.0.1.jar download
java-library-2.0.1.pom download
java-library-2.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.doku</groupId>
  <artifactId>java-library</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.doku:java-library:2.0.1'
Gradle Kotlin
implementation("com.doku:java-library:2.0.1")
Scala SBT
libraryDependencies += "com.doku" % "java-library" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.doku', module='java-library', version='2.0.1')
)
Apache Ivy
<dependency org="com.doku" name="java-library" rev="2.0.1" />
Leiningen
[com.doku/java-library "2.0.1"]
Apache Buildr
'com.doku:java-library:jar:2.0.1'