GroupId | GroupIdcom.gfk.senbot |
---|---|
ArtifactId | ArtifactIdSenBotRunner |
Version | Version0.4.4 |
Type | Typejar |
Filename | Size |
---|---|
SenBotRunner-0.4.4.pom | |
SenBotRunner-0.4.4.jar | 93 KB |
SenBotRunner-0.4.4-sources.jar | 58 KB |
SenBotRunner-0.4.4-javadoc.jar | 279 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gfk.senbot/SenBotRunner/ -->
<dependency>
<groupId>com.gfk.senbot</groupId>
<artifactId>SenBotRunner</artifactId>
<version>0.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.gfk.senbot/SenBotRunner/
implementation 'com.gfk.senbot:SenBotRunner:0.4.4'
// https://jarcasting.com/artifacts/com.gfk.senbot/SenBotRunner/
implementation ("com.gfk.senbot:SenBotRunner:0.4.4")
'com.gfk.senbot:SenBotRunner:jar:0.4.4'
<dependency org="com.gfk.senbot" name="SenBotRunner" rev="0.4.4">
<artifact name="SenBotRunner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gfk.senbot', module='SenBotRunner', version='0.4.4')
)
libraryDependencies += "com.gfk.senbot" % "SenBotRunner" % "0.4.4"
[com.gfk.senbot/SenBotRunner "0.4.4"]