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