| GroupId | GroupIdcom.yammer.breakerbox |
|---|---|
| ArtifactId | ArtifactIdbreakerbox-dashboard |
| Version | Version0.5.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| breakerbox-dashboard-0.5.0.pom | |
| breakerbox-dashboard-0.5.0.jar | 208 KB |
| breakerbox-dashboard-0.5.0-sources.jar | 203 KB |
| breakerbox-dashboard-0.5.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.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.yammer.breakerbox/breakerbox-dashboard/
implementation 'com.yammer.breakerbox:breakerbox-dashboard:0.5.0'
// https://jarcasting.com/artifacts/com.yammer.breakerbox/breakerbox-dashboard/
implementation ("com.yammer.breakerbox:breakerbox-dashboard:0.5.0")
'com.yammer.breakerbox:breakerbox-dashboard:jar:0.5.0'
<dependency org="com.yammer.breakerbox" name="breakerbox-dashboard" rev="0.5.0">
<artifact name="breakerbox-dashboard" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yammer.breakerbox', module='breakerbox-dashboard', version='0.5.0')
)
libraryDependencies += "com.yammer.breakerbox" % "breakerbox-dashboard" % "0.5.0"
[com.yammer.breakerbox/breakerbox-dashboard "0.5.0"]