GroupId | GroupIdcom.github.jcustenborder |
---|---|
ArtifactId | ArtifactIdcef-parser |
Version | Version0.0.1.5 |
Type | Typejar |
Filename | Size |
---|---|
cef-parser-0.0.1.5.pom | |
cef-parser-0.0.1.5.jar | 14 KB |
cef-parser-0.0.1.5-sources.jar | 12 KB |
cef-parser-0.0.1.5-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jcustenborder/cef-parser/ -->
<dependency>
<groupId>com.github.jcustenborder</groupId>
<artifactId>cef-parser</artifactId>
<version>0.0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jcustenborder/cef-parser/
implementation 'com.github.jcustenborder:cef-parser:0.0.1.5'
// https://jarcasting.com/artifacts/com.github.jcustenborder/cef-parser/
implementation ("com.github.jcustenborder:cef-parser:0.0.1.5")
'com.github.jcustenborder:cef-parser:jar:0.0.1.5'
<dependency org="com.github.jcustenborder" name="cef-parser" rev="0.0.1.5">
<artifact name="cef-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jcustenborder', module='cef-parser', version='0.0.1.5')
)
libraryDependencies += "com.github.jcustenborder" % "cef-parser" % "0.0.1.5"
[com.github.jcustenborder/cef-parser "0.0.1.5"]