License |
License |
---|---|
GroupId | GroupIdorg.stuartgunter |
ArtifactId | ArtifactIdrep-tools |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionREP Tools
Support for the Robots Exclusion Protocol (REP) in Spring-based web applications
|
Filename | Size |
---|---|
rep-tools-0.1.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.stuartgunter/rep-tools/ -->
<dependency>
<groupId>org.stuartgunter</groupId>
<artifactId>rep-tools</artifactId>
<version>0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.stuartgunter/rep-tools/
implementation 'org.stuartgunter:rep-tools:0.1'
// https://jarcasting.com/artifacts/org.stuartgunter/rep-tools/
implementation ("org.stuartgunter:rep-tools:0.1")
'org.stuartgunter:rep-tools:pom:0.1'
<dependency org="org.stuartgunter" name="rep-tools" rev="0.1">
<artifact name="rep-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.stuartgunter', module='rep-tools', version='0.1')
)
libraryDependencies += "org.stuartgunter" % "rep-tools" % "0.1"
[org.stuartgunter/rep-tools "0.1"]