GroupId | GroupIdcom.yammer.breakerbox |
---|---|
ArtifactId | ArtifactIdbreakerbox-dashboard |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
breakerbox-dashboard-0.6.0.pom | |
breakerbox-dashboard-0.6.0.jar | 208 KB |
breakerbox-dashboard-0.6.0-sources.jar | 204 KB |
breakerbox-dashboard-0.6.0-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yammer.breakerbox/breakerbox-dashboard/ -->
<dependency>
<groupId>com.yammer.breakerbox</groupId>
<artifactId>breakerbox-dashboard</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.yammer.breakerbox/breakerbox-dashboard/
implementation 'com.yammer.breakerbox:breakerbox-dashboard:0.6.0'
// https://jarcasting.com/artifacts/com.yammer.breakerbox/breakerbox-dashboard/
implementation ("com.yammer.breakerbox:breakerbox-dashboard:0.6.0")
'com.yammer.breakerbox:breakerbox-dashboard:jar:0.6.0'
<dependency org="com.yammer.breakerbox" name="breakerbox-dashboard" rev="0.6.0">
<artifact name="breakerbox-dashboard" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yammer.breakerbox', module='breakerbox-dashboard', version='0.6.0')
)
libraryDependencies += "com.yammer.breakerbox" % "breakerbox-dashboard" % "0.6.0"
[com.yammer.breakerbox/breakerbox-dashboard "0.6.0"]