License |
License |
---|---|
GroupId | GroupIdcom.github.annypatel.retrocrawler |
ArtifactId | ArtifactIdreader |
Version | Version1.0.0-alpha1 |
Type | Typejar |
Description |
DescriptionRetroCrawler Reader
Annotation based Retrofit converter for HTML
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
reader-1.0.0-alpha1.pom | |
reader-1.0.0-alpha1.jar | 3 KB |
reader-1.0.0-alpha1-sources.jar | 2 KB |
reader-1.0.0-alpha1-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.annypatel.retrocrawler/reader/ -->
<dependency>
<groupId>com.github.annypatel.retrocrawler</groupId>
<artifactId>reader</artifactId>
<version>1.0.0-alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.annypatel.retrocrawler/reader/
implementation 'com.github.annypatel.retrocrawler:reader:1.0.0-alpha1'
// https://jarcasting.com/artifacts/com.github.annypatel.retrocrawler/reader/
implementation ("com.github.annypatel.retrocrawler:reader:1.0.0-alpha1")
'com.github.annypatel.retrocrawler:reader:jar:1.0.0-alpha1'
<dependency org="com.github.annypatel.retrocrawler" name="reader" rev="1.0.0-alpha1">
<artifact name="reader" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.annypatel.retrocrawler', module='reader', version='1.0.0-alpha1')
)
libraryDependencies += "com.github.annypatel.retrocrawler" % "reader" % "1.0.0-alpha1"
[com.github.annypatel.retrocrawler/reader "1.0.0-alpha1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.annypatel.retrocrawler : core | jar | 1.0.0-alpha1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |