Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.crawler-commons |
ArtifactId | ArtifactIdurlfrontier-client |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
urlfrontier-client-0.1.pom | |
urlfrontier-client-0.1.jar | 14 MB |
urlfrontier-client-0.1-tests.jar | 1 KB |
urlfrontier-client-0.1-sources.jar | 7 KB |
urlfrontier-client-0.1-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.crawler-commons/urlfrontier-client/ -->
<dependency>
<groupId>com.github.crawler-commons</groupId>
<artifactId>urlfrontier-client</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crawler-commons/urlfrontier-client/
implementation 'com.github.crawler-commons:urlfrontier-client:0.1'
// https://jarcasting.com/artifacts/com.github.crawler-commons/urlfrontier-client/
implementation ("com.github.crawler-commons:urlfrontier-client:0.1")
'com.github.crawler-commons:urlfrontier-client:jar:0.1'
<dependency org="com.github.crawler-commons" name="urlfrontier-client" rev="0.1">
<artifact name="urlfrontier-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crawler-commons', module='urlfrontier-client', version='0.1')
)
libraryDependencies += "com.github.crawler-commons" % "urlfrontier-client" % "0.1"
[com.github.crawler-commons/urlfrontier-client "0.1"]