is not current version
Last Version 2.4

com.gitlab.marvinh:collector-service 1.1

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

GroupId

GroupId

com.gitlab.marvinh
ArtifactId

ArtifactId

collector-service
Version

Version

1.1
Type

Type

jar

Download collector-service 1.1


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