MVN

com.gitlab.marvinh : collector-service

Maven & Gradle

Jul 10, 2020

Collector Service · This is library provides a service that collects product prices from web sources and stores them in a database

<dependency>
    <groupId>com.gitlab.marvinh</groupId>
    <artifactId>collector-service</artifactId>
    <version>2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitlab.marvinh : collector-service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4

All Versions

Choose a version of com.gitlab.marvinh : collector-service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4
collector-service-2.4
2.0
collector-service-2.0
1.7
collector-service-1.7
1.4
collector-service-1.4
1.3
collector-service-1.3
1.2
collector-service-1.2
1.1
collector-service-1.1
1.0
collector-service-1.0
0.9
collector-service-0.9
0.7
collector-service-0.7
0.3
collector-service-0.3
0.2
collector-service-0.2
0.1
collector-service-0.1

How to add a dependency to Maven

Add the following com.gitlab.marvinh : collector-service maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gitlab.marvinh</groupId>
    <artifactId>collector-service</artifactId>
    <version>2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitlab.marvinh : collector-service gradle dependency to your build.gradle file:

implementation 'com.gitlab.marvinh:collector-service:2.4'

Gradle Kotlin DSL: Add the following com.gitlab.marvinh : collector-service gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitlab.marvinh:collector-service:2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitlab.marvinh : collector-service sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitlab.marvinh" % "collector-service" % "2.4"

Advertisement