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