is not current version
Last Version 0.5

com.gitlab.marvinh:product 0.4

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

product
Version

Version

0.4
Type

Type

jar

Download product 0.4


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