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