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