h

htmlunit-csp

Content-Security-Policy parser for HtmlUnit.
https://github.com/HtmlUnit/htmlunit-csp
Apache License, Version 2.0
HtmlUnit
Ronald Brill Sergey Shekyan Michael Ficarra
Files download
File Operation
htmlunit-csp-4.5.0.jar download
htmlunit-csp-4.5.0.pom download
htmlunit-csp-4.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.htmlunit</groupId>
  <artifactId>htmlunit-csp</artifactId>
  <version>4.5.0</version>
</dependency>
Gradle Groovy
implementation 'org.htmlunit:htmlunit-csp:4.5.0'
Gradle Kotlin
implementation("org.htmlunit:htmlunit-csp:4.5.0")
Scala SBT
libraryDependencies += "org.htmlunit" % "htmlunit-csp" % "4.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.htmlunit', module='htmlunit-csp', version='4.5.0')
)
Apache Ivy
<dependency org="org.htmlunit" name="htmlunit-csp" rev="4.5.0" />
Leiningen
[org.htmlunit/htmlunit-csp "4.5.0"]
Apache Buildr
'org.htmlunit:htmlunit-csp:jar:4.5.0'