License |
License |
---|---|
GroupId | GroupIdcom.github.btheu.estivate |
ArtifactId | ArtifactIdestivate |
Version | Version0.4.1 |
Type | Typejar |
Description |
DescriptionEstivate fills pojo from HTML with CSS Query Syntax and annotations
|
Project URL |
Project URL |
Filename | Size |
---|---|
estivate-0.4.1.pom | |
estivate-0.4.1.jar | 107 KB |
estivate-0.4.1-sources.jar | 45 KB |
estivate-0.4.1-javadoc.jar | 438 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.btheu.estivate/estivate/ -->
<dependency>
<groupId>com.github.btheu.estivate</groupId>
<artifactId>estivate</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.btheu.estivate/estivate/
implementation 'com.github.btheu.estivate:estivate:0.4.1'
// https://jarcasting.com/artifacts/com.github.btheu.estivate/estivate/
implementation ("com.github.btheu.estivate:estivate:0.4.1")
'com.github.btheu.estivate:estivate:jar:0.4.1'
<dependency org="com.github.btheu.estivate" name="estivate" rev="0.4.1">
<artifact name="estivate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.btheu.estivate', module='estivate', version='0.4.1')
)
libraryDependencies += "com.github.btheu.estivate" % "estivate" % "0.4.1"
[com.github.btheu.estivate/estivate "0.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
org.jsoup : jsoup | jar | 1.13.1 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.30 |
junit : junit | jar | 4.13 |