License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.yegortimoshenko |
ArtifactId | ArtifactIddata.html |
Version | Version20170427.001236 |
Type | Typejar |
Description |
Descriptiondata.html
Lazy zipper-compatible HTML reader/writer based on jsoup and amazing Jericho HTML Parser
|
Filename | Size |
---|---|
data.html-20170427.001236.pom | |
data.html-20170427.001236.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yegortimoshenko/data.html/ -->
<dependency>
<groupId>com.yegortimoshenko</groupId>
<artifactId>data.html</artifactId>
<version>20170427.001236</version>
</dependency>
// https://jarcasting.com/artifacts/com.yegortimoshenko/data.html/
implementation 'com.yegortimoshenko:data.html:20170427.001236'
// https://jarcasting.com/artifacts/com.yegortimoshenko/data.html/
implementation ("com.yegortimoshenko:data.html:20170427.001236")
'com.yegortimoshenko:data.html:jar:20170427.001236'
<dependency org="com.yegortimoshenko" name="data.html" rev="20170427.001236">
<artifact name="data.html" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yegortimoshenko', module='data.html', version='20170427.001236')
)
libraryDependencies += "com.yegortimoshenko" % "data.html" % "20170427.001236"
[com.yegortimoshenko/data.html "20170427.001236"]
Group / Artifact | Type | Version |
---|---|---|
org.clojure : clojure | jar | 1.8.0 |
net.htmlparser.jericho : jericho-html | jar | 3.4 |
org.jsoup : jsoup | jar | 1.10.2 |