License |
License |
---|---|
GroupId | GroupIdcom.brandwatch |
ArtifactId | ArtifactIdrobots-core |
Version | Version1.2.1 |
Type | Typejar |
Description |
DescriptionRobots (core)
Support for Robots Exclusion Protocol, including parsing
and matching against robot.txt directives.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
robots-core-1.2.1.pom | |
robots-core-1.2.1.jar | 89 KB |
robots-core-1.2.1-sources.jar | 78 KB |
robots-core-1.2.1-javadoc.jar | 240 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.brandwatch/robots-core/ -->
<dependency>
<groupId>com.brandwatch</groupId>
<artifactId>robots-core</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.brandwatch/robots-core/
implementation 'com.brandwatch:robots-core:1.2.1'
// https://jarcasting.com/artifacts/com.brandwatch/robots-core/
implementation ("com.brandwatch:robots-core:1.2.1")
'com.brandwatch:robots-core:jar:1.2.1'
<dependency org="com.brandwatch" name="robots-core" rev="1.2.1">
<artifact name="robots-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brandwatch', module='robots-core', version='1.2.1')
)
libraryDependencies += "com.brandwatch" % "robots-core" % "1.2.1"
[com.brandwatch/robots-core "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 18.0 |
org.slf4j : slf4j-api | jar | 1.7.7 |
javax.ws.rs : javax.ws.rs-api | jar | 2.0.1 |
org.glassfish.jersey.core : jersey-client | jar | 2.6 |
com.google.code.findbugs : annotations Optional | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-core | jar | 1.10.8 |
org.hamcrest : hamcrest-integration | jar | 1.3 |
ch.qos.logback : logback-classic | jar | 1.1.2 |
org.glassfish.jersey.test-framework.providers : jersey-test-framework-provider-simple | jar | 2.6 |