License |
License
Apache
|
---|---|
GroupId | GroupIdcom.shekhargulati |
ArtifactId | ArtifactIdimage-resolver |
Version | Version0.1.0 |
Type | Typejar |
Description |
Descriptionimage-resolver
A Java 8 library to extract main image from a URL or HTML
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
image-resolver-0.1.0.pom | |
image-resolver-0.1.0.jar | 20 KB |
image-resolver-0.1.0-sources.jar | 8 KB |
image-resolver-0.1.0-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.shekhargulati/image-resolver/ -->
<dependency>
<groupId>com.shekhargulati</groupId>
<artifactId>image-resolver</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.shekhargulati/image-resolver/
implementation 'com.shekhargulati:image-resolver:0.1.0'
// https://jarcasting.com/artifacts/com.shekhargulati/image-resolver/
implementation ("com.shekhargulati:image-resolver:0.1.0")
'com.shekhargulati:image-resolver:jar:0.1.0'
<dependency org="com.shekhargulati" name="image-resolver" rev="0.1.0">
<artifact name="image-resolver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.shekhargulati', module='image-resolver', version='0.1.0')
)
libraryDependencies += "com.shekhargulati" % "image-resolver" % "0.1.0"
[com.shekhargulati/image-resolver "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.okhttp3 : okhttp | jar | 3.5.0 |
org.jsoup : jsoup | jar | 1.10.2 |
org.slf4j : slf4j-api | jar | 1.7.22 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.6.2 |
org.slf4j : slf4j-simple | jar | 1.7.22 |