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