GroupId | GroupIdcom.yammer.breakerbox |
---|---|
ArtifactId | ArtifactIdbreakerbox-parent |
Version | Version0.5.6 |
Type | Typepom |
Filename | Size |
---|---|
breakerbox-parent-0.5.6.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yammer.breakerbox/breakerbox-parent/ -->
<dependency>
<groupId>com.yammer.breakerbox</groupId>
<artifactId>breakerbox-parent</artifactId>
<version>0.5.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.yammer.breakerbox/breakerbox-parent/
implementation 'com.yammer.breakerbox:breakerbox-parent:0.5.6'
// https://jarcasting.com/artifacts/com.yammer.breakerbox/breakerbox-parent/
implementation ("com.yammer.breakerbox:breakerbox-parent:0.5.6")
'com.yammer.breakerbox:breakerbox-parent:pom:0.5.6'
<dependency org="com.yammer.breakerbox" name="breakerbox-parent" rev="0.5.6">
<artifact name="breakerbox-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.yammer.breakerbox', module='breakerbox-parent', version='0.5.6')
)
libraryDependencies += "com.yammer.breakerbox" % "breakerbox-parent" % "0.5.6"
[com.yammer.breakerbox/breakerbox-parent "0.5.6"]