| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.lstephen |
| Идентификатор | Идентификаторootp-extract |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеootp-extract
Extraction of player information from OOTP HTML player pages
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| ootp-extract-1.0.pom | |
| ootp-extract-1.0.jar | 26 KB |
| ootp-extract-1.0-sources.jar | 12 KB |
| ootp-extract-1.0-javadoc.jar | 147 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.lstephen/ootp-extract/ -->
<dependency>
<groupId>com.github.lstephen</groupId>
<artifactId>ootp-extract</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lstephen/ootp-extract/
implementation 'com.github.lstephen:ootp-extract:1.0'
// https://jarcasting.com/artifacts/com.github.lstephen/ootp-extract/
implementation ("com.github.lstephen:ootp-extract:1.0")
'com.github.lstephen:ootp-extract:jar:1.0'
<dependency org="com.github.lstephen" name="ootp-extract" rev="1.0">
<artifact name="ootp-extract" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lstephen', module='ootp-extract', version='1.0')
)
libraryDependencies += "com.github.lstephen" % "ootp-extract" % "1.0"
[com.github.lstephen/ootp-extract "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jsoup : jsoup | jar | 1.7.3 |
| org.apache.commons : commons-lang3 | jar | 3.1 |
| com.google.guava : guava | jar | 15.0 |
| com.github.rholder : guava-retrying | jar | 1.0.4 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.3.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.easytesting : fest-assert | jar | 1.4 |