Files download
File Operation
incode-module-note-dom-1.15.1.1.jar download
incode-module-note-dom-1.15.1.1.pom download
incode-module-note-dom-1.15.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.incode.module.note</groupId>
  <artifactId>incode-module-note-dom</artifactId>
  <version>1.15.1.1</version>
</dependency>
Gradle Groovy
implementation 'org.incode.module.note:incode-module-note-dom:1.15.1.1'
Gradle Kotlin
implementation("org.incode.module.note:incode-module-note-dom:1.15.1.1")
Scala SBT
libraryDependencies += "org.incode.module.note" % "incode-module-note-dom" % "1.15.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.incode.module.note', module='incode-module-note-dom', version='1.15.1.1')
)
Apache Ivy
<dependency org="org.incode.module.note" name="incode-module-note-dom" rev="1.15.1.1" />
Leiningen
[org.incode.module.note/incode-module-note-dom "1.15.1.1"]
Apache Buildr
'org.incode.module.note:incode-module-note-dom:jar:1.15.1.1'