GroupId | GroupIdcom.panforge |
---|---|
ArtifactId | ArtifactIdrobots-http |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
robots-http-1.0.7.pom | |
robots-http-1.0.7.jar | 14 KB |
robots-http-1.0.7-sources.jar | 9 KB |
robots-http-1.0.7-javadoc.jar | 414 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.panforge/robots-http/ -->
<dependency>
<groupId>com.panforge</groupId>
<artifactId>robots-http</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.panforge/robots-http/
implementation 'com.panforge:robots-http:1.0.7'
// https://jarcasting.com/artifacts/com.panforge/robots-http/
implementation ("com.panforge:robots-http:1.0.7")
'com.panforge:robots-http:jar:1.0.7'
<dependency org="com.panforge" name="robots-http" rev="1.0.7">
<artifact name="robots-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.panforge', module='robots-http', version='1.0.7')
)
libraryDependencies += "com.panforge" % "robots-http" % "1.0.7"
[com.panforge/robots-http "1.0.7"]