is not current version
Last Version 1.6.5

com.github.forcetower:juice 1.4.1

A SAGRES Scrapper Library

GroupId

GroupId

com.github.forcetower
ArtifactId

ArtifactId

juice
Version

Version

1.4.1
Type

Type

pom

Download juice 1.4.1


<!-- https://jarcasting.com/artifacts/com.github.forcetower/juice/ -->
<dependency>
    <groupId>com.github.forcetower</groupId>
    <artifactId>juice</artifactId>
    <version>1.4.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.forcetower/juice/
implementation 'com.github.forcetower:juice:1.4.1'
// https://jarcasting.com/artifacts/com.github.forcetower/juice/
implementation ("com.github.forcetower:juice:1.4.1")
'com.github.forcetower:juice:pom:1.4.1'
<dependency org="com.github.forcetower" name="juice" rev="1.4.1">
  <artifact name="juice" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.forcetower', module='juice', version='1.4.1')
)
libraryDependencies += "com.github.forcetower" % "juice" % "1.4.1"
[com.github.forcetower/juice "1.4.1"]