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