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