| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.tislib.websiteparser |
| ArtifactId | ArtifactIdparser-engine |
| Last Version | Last Version0.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionWebsite Parser
Website Html parser based on Java beans and annotations
|
| Filename | Size |
|---|---|
| parser-engine-0.1.1.pom | |
| parser-engine-0.1.1.jar | 29 KB |
| parser-engine-0.1.1-sources.jar | 14 KB |
| parser-engine-0.1.1-javadoc.jar | 95 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.tislib.websiteparser/parser-engine/ -->
<dependency>
<groupId>net.tislib.websiteparser</groupId>
<artifactId>parser-engine</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.tislib.websiteparser/parser-engine/
implementation 'net.tislib.websiteparser:parser-engine:0.1.1'
// https://jarcasting.com/artifacts/net.tislib.websiteparser/parser-engine/
implementation ("net.tislib.websiteparser:parser-engine:0.1.1")
'net.tislib.websiteparser:parser-engine:jar:0.1.1'
<dependency org="net.tislib.websiteparser" name="parser-engine" rev="0.1.1">
<artifact name="parser-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.tislib.websiteparser', module='parser-engine', version='0.1.1')
)
libraryDependencies += "net.tislib.websiteparser" % "parser-engine" % "0.1.1"
[net.tislib.websiteparser/parser-engine "0.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.tislib.websiteparser : annotations | jar | 0.1.1 |
| org.jsoup : jsoup | jar | 1.11.3 |
| com.github.slugify : slugify | jar | 2.3 |
| org.hibernate.validator : hibernate-validator | jar | 6.0.16.Final |
| javax.el : javax.el-api | jar | 3.0.0 |
| org.glassfish : javax.el | jar | 3.0.0 |
| com.kotcrab.remark : remark | jar | 1.0.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.8 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.9.8 |
| commons-io : commons-io | jar | 2.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.skyscreamer : jsonassert | jar | 1.5.0 |