| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.tislib.websiteparser |
| ArtifactId | ArtifactIdannotations |
| Last Version | Last Version0.1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionWebsite Parser
Website Html parser based on Java beans and annotations
|
| Filename | Size |
|---|---|
| annotations-0.1.2.pom | |
| annotations-0.1.2.jar | 9 KB |
| annotations-0.1.2-sources.jar | 6 KB |
| annotations-0.1.2-javadoc.jar | 58 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.tislib.websiteparser/annotations/ -->
<dependency>
<groupId>net.tislib.websiteparser</groupId>
<artifactId>annotations</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.tislib.websiteparser/annotations/
implementation 'net.tislib.websiteparser:annotations:0.1.2'
// https://jarcasting.com/artifacts/net.tislib.websiteparser/annotations/
implementation ("net.tislib.websiteparser:annotations:0.1.2")
'net.tislib.websiteparser:annotations:jar:0.1.2'
<dependency org="net.tislib.websiteparser" name="annotations" rev="0.1.2">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.tislib.websiteparser', module='annotations', version='0.1.2')
)
libraryDependencies += "net.tislib.websiteparser" % "annotations" % "0.1.2"
[net.tislib.websiteparser/annotations "0.1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |