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