GroupId | GroupIdcom.yammer.breakerbox |
---|---|
ArtifactId | ArtifactIdbreakerbox-parent |
Version | Version0.2.10 |
Type | Typepom |
Filename | Size |
---|---|
breakerbox-parent-0.2.10.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.2.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.yammer.breakerbox/breakerbox-parent/
implementation 'com.yammer.breakerbox:breakerbox-parent:0.2.10'
// https://jarcasting.com/artifacts/com.yammer.breakerbox/breakerbox-parent/
implementation ("com.yammer.breakerbox:breakerbox-parent:0.2.10")
'com.yammer.breakerbox:breakerbox-parent:pom:0.2.10'
<dependency org="com.yammer.breakerbox" name="breakerbox-parent" rev="0.2.10">
<artifact name="breakerbox-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.yammer.breakerbox', module='breakerbox-parent', version='0.2.10')
)
libraryDependencies += "com.yammer.breakerbox" % "breakerbox-parent" % "0.2.10"
[com.yammer.breakerbox/breakerbox-parent "0.2.10"]