GroupId | GroupIdcom.gfk.senbot |
---|---|
ArtifactId | ArtifactIdSenBotParent |
Version | Version0.4.6 |
Type | Typepom |
Filename | Size |
---|---|
SenBotParent-0.4.6.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gfk.senbot/SenBotParent/ -->
<dependency>
<groupId>com.gfk.senbot</groupId>
<artifactId>SenBotParent</artifactId>
<version>0.4.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gfk.senbot/SenBotParent/
implementation 'com.gfk.senbot:SenBotParent:0.4.6'
// https://jarcasting.com/artifacts/com.gfk.senbot/SenBotParent/
implementation ("com.gfk.senbot:SenBotParent:0.4.6")
'com.gfk.senbot:SenBotParent:pom:0.4.6'
<dependency org="com.gfk.senbot" name="SenBotParent" rev="0.4.6">
<artifact name="SenBotParent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gfk.senbot', module='SenBotParent', version='0.4.6')
)
libraryDependencies += "com.gfk.senbot" % "SenBotParent" % "0.4.6"
[com.gfk.senbot/SenBotParent "0.4.6"]