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