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