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