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