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