b

born2crawl-data-store

Persistent storage based data stores for the born2crawl crawling engine.
https://github.com/arthur3486/born2crawl
The Apache Software License, Version 2.0
Arthur Ivanets
文件下载
文件名 操作
born2crawl-data-store-1.1.0.jar 下载
born2crawl-data-store-1.1.0.pom 下载
born2crawl-data-store-1.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.arthurivanets</groupId>
  <artifactId>born2crawl-data-store</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.arthurivanets:born2crawl-data-store:1.1.0'
Gradle Kotlin
implementation("com.arthurivanets:born2crawl-data-store:1.1.0")
Scala SBT
libraryDependencies += "com.arthurivanets" % "born2crawl-data-store" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.arthurivanets', module='born2crawl-data-store', version='1.1.0')
)
Apache Ivy
<dependency org="com.arthurivanets" name="born2crawl-data-store" rev="1.1.0" />
Leiningen
[com.arthurivanets/born2crawl-data-store "1.1.0"]
Apache Buildr
'com.arthurivanets:born2crawl-data-store:jar:1.1.0'