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