License |
License |
---|---|
GroupId | GroupIdcom.github.btheu.estivate |
ArtifactId | ArtifactIdestivate |
Version | Version0.4.2 |
Type | Typejar |
Description |
DescriptionEstivate fills pojo from HTML with CSS Query Syntax and annotations
|
Project URL |
Project URL |
Filename | Size |
---|---|
estivate-0.4.2.pom | |
estivate-0.4.2.jar | 108 KB |
estivate-0.4.2-sources.jar | 45 KB |
estivate-0.4.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.btheu.estivate/estivate/
implementation 'com.github.btheu.estivate:estivate:0.4.2'
// https://jarcasting.com/artifacts/com.github.btheu.estivate/estivate/
implementation ("com.github.btheu.estivate:estivate:0.4.2")
'com.github.btheu.estivate:estivate:jar:0.4.2'
<dependency org="com.github.btheu.estivate" name="estivate" rev="0.4.2">
<artifact name="estivate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.btheu.estivate', module='estivate', version='0.4.2')
)
libraryDependencies += "com.github.btheu.estivate" % "estivate" % "0.4.2"
[com.github.btheu.estivate/estivate "0.4.2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
org.jsoup : jsoup | jar | 1.14.3 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.30 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |