| Лицензия |
Лицензия |
|---|---|
| Группа | Группаme.ghui |
| Идентификатор | ИдентификаторFruit |
| Последняя версия | Последняя версия1.0.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеFruit
A java library which can be used to convert html to Java Objects
|
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jsoup : jsoup | jar | 1.10.3 |