License |
License |
---|---|
GroupId | GroupIdcom.gitlab.marvinh |
ArtifactId | ArtifactIdcollector-service |
Version | Version2.4 |
Type | Typejar |
Description |
DescriptionCollector Service
This is library provides a service that collects product prices from web sources and stores them in a database
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
collector-service-2.4.pom | |
collector-service-2.4.jar | 59 KB |
collector-service-2.4-sources.jar | 28 KB |
collector-service-2.4-javadoc.jar | 623 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitlab.marvinh/collector-service/ -->
<dependency>
<groupId>com.gitlab.marvinh</groupId>
<artifactId>collector-service</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.marvinh/collector-service/
implementation 'com.gitlab.marvinh:collector-service:2.4'
// https://jarcasting.com/artifacts/com.gitlab.marvinh/collector-service/
implementation ("com.gitlab.marvinh:collector-service:2.4")
'com.gitlab.marvinh:collector-service:jar:2.4'
<dependency org="com.gitlab.marvinh" name="collector-service" rev="2.4">
<artifact name="collector-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.marvinh', module='collector-service', version='2.4')
)
libraryDependencies += "com.gitlab.marvinh" % "collector-service" % "2.4"
[com.gitlab.marvinh/collector-service "2.4"]
Group / Artifact | Type | Version |
---|---|---|
org.seleniumhq.selenium : selenium-java | jar | 3.141.59 |
org.seleniumhq.selenium : selenium-chrome-driver | jar | 3.141.59 |
org.jsoup : jsoup | jar | 1.13.1 |
com.gitlab.marvinh : database-schema | jar | 1.5 |
com.gitlab.marvinh : service | jar | 3.4.4 |
com.gitlab.marvinh : database-service | jar | 4.0.5 |
com.google.code.gson : gson | jar | 2.8.5 |
net.sourceforge.htmlunit : htmlunit | jar | 2.41.0 |
com.gitlab.marvinh : product | jar | 0.4 |
com.gitlab.marvinh : prices-and-currencies | jar | 1.0 |
com.gitlab.marvinh : java-plugins | jar | 1.5 |
org.eclipse.jetty : jetty-server | jar | 9.4.25.v20191220 |
org.eclipse.jetty : jetty-webapp | jar | 9.4.25.v20191220 |
org.slf4j : slf4j-api | jar | 1.7.28 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.28 |
org.junit.jupiter : junit-jupiter | jar | 5.5.2 |