is not current version
Last Version 0.4.8

com.gfk.senbot:SenBotDemo 0.3

A SenBot Demo project with the purpose to demonstrate all available SenBot features.

GroupId

GroupId

com.gfk.senbot
ArtifactId

ArtifactId

SenBotDemo
Version

Version

0.3
Type

Type

jar

Download SenBotDemo 0.3


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