License |
License |
---|---|
GroupId | GroupIdcom.github.lstephen |
ArtifactId | ArtifactIdootp-extract |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionootp-extract
Extraction of player information from OOTP HTML player pages
|
Project URL |
Project URL |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.easytesting : fest-assert | jar | 1.4 |