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