License |
License |
---|---|
GroupId | GroupIdme.ghui |
ArtifactId | ArtifactIdFruit |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFruit
A java library which can be used to convert html to Java Objects
|
Filename | Size |
---|---|
Fruit-1.0.4.pom | |
Fruit-1.0.4.jar | 33 KB |
Fruit-1.0.4-sources.jar | 15 KB |
Fruit-1.0.4-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.ghui/Fruit/ -->
<dependency>
<groupId>me.ghui</groupId>
<artifactId>Fruit</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/me.ghui/Fruit/
implementation 'me.ghui:Fruit:1.0.4'
// https://jarcasting.com/artifacts/me.ghui/Fruit/
implementation ("me.ghui:Fruit:1.0.4")
'me.ghui:Fruit:jar:1.0.4'
<dependency org="me.ghui" name="Fruit" rev="1.0.4">
<artifact name="Fruit" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.ghui', module='Fruit', version='1.0.4')
)
libraryDependencies += "me.ghui" % "Fruit" % "1.0.4"
[me.ghui/Fruit "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.jsoup : jsoup | jar | 1.10.3 |