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