is not current version
Last Version 0.1.1

com.widowcrawler:terminator 0.1

Terminator is a parser for robots.txt files.

Categories

Categories

MINA Net Networking
GroupId

GroupId

com.widowcrawler
ArtifactId

ArtifactId

terminator
Version

Version

0.1
Type

Type

jar

Download terminator 0.1


<!-- https://jarcasting.com/artifacts/com.widowcrawler/terminator/ -->
<dependency>
    <groupId>com.widowcrawler</groupId>
    <artifactId>terminator</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.widowcrawler/terminator/
implementation 'com.widowcrawler:terminator:0.1'
// https://jarcasting.com/artifacts/com.widowcrawler/terminator/
implementation ("com.widowcrawler:terminator:0.1")
'com.widowcrawler:terminator:jar:0.1'
<dependency org="com.widowcrawler" name="terminator" rev="0.1">
  <artifact name="terminator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.widowcrawler', module='terminator', version='0.1')
)
libraryDependencies += "com.widowcrawler" % "terminator" % "0.1"
[com.widowcrawler/terminator "0.1"]