GroupId | GroupIdeu.stamp-project |
---|---|
ArtifactId | ArtifactIdbotsing-preprocessing |
Version | Version1.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/eu.stamp-project/botsing-preprocessing/ -->
<dependency>
<groupId>eu.stamp-project</groupId>
<artifactId>botsing-preprocessing</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/eu.stamp-project/botsing-preprocessing/
implementation 'eu.stamp-project:botsing-preprocessing:1.0.6'
// https://jarcasting.com/artifacts/eu.stamp-project/botsing-preprocessing/
implementation ("eu.stamp-project:botsing-preprocessing:1.0.6")
'eu.stamp-project:botsing-preprocessing:jar:1.0.6'
<dependency org="eu.stamp-project" name="botsing-preprocessing" rev="1.0.6">
<artifact name="botsing-preprocessing" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.stamp-project', module='botsing-preprocessing', version='1.0.6')
)
libraryDependencies += "eu.stamp-project" % "botsing-preprocessing" % "1.0.6"
[eu.stamp-project/botsing-preprocessing "1.0.6"]