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