| Categories |
CategoriesRetrofit Net HTTP Clients |
|---|---|
| GroupId | GroupIdcom.github.qlone |
| ArtifactId | ArtifactIdretrofit-crawler |
| Version | Version1.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| retrofit-crawler-1.1.0.pom | |
| retrofit-crawler-1.1.0.jar | 88 KB |
| retrofit-crawler-1.1.0-sources.jar | 42 KB |
| retrofit-crawler-1.1.0-javadoc.jar | 445 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.qlone/retrofit-crawler/ -->
<dependency>
<groupId>com.github.qlone</groupId>
<artifactId>retrofit-crawler</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.qlone/retrofit-crawler/
implementation 'com.github.qlone:retrofit-crawler:1.1.0'
// https://jarcasting.com/artifacts/com.github.qlone/retrofit-crawler/
implementation ("com.github.qlone:retrofit-crawler:1.1.0")
'com.github.qlone:retrofit-crawler:jar:1.1.0'
<dependency org="com.github.qlone" name="retrofit-crawler" rev="1.1.0">
<artifact name="retrofit-crawler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.qlone', module='retrofit-crawler', version='1.1.0')
)
libraryDependencies += "com.github.qlone" % "retrofit-crawler" % "1.1.0"
[com.github.qlone/retrofit-crawler "1.1.0"]