commons-aws-cloudwatch-heartbeat 0.9.0
Group ID:
com.mfglabs
Artifact ID:
commons-aws-cloudwatch-heartbeat_2.11
Version:
0.9.0
Release Date:
Feb 11, 2016
Licenses:
libraryDependencies += "com.mfglabs" %% "commons-aws-cloudwatch-heartbeat" % "0.9.0" resolvers += Resolver.bintrayRepo("mfglabs", "maven")
ivy"com.mfglabs::commons-aws-cloudwatch-heartbeat:0.9.0" MavenRepository("https://dl.bintray.com/mfglabs/maven")
//> using dep "com.mfglabs::commons-aws-cloudwatch-heartbeat:0.9.0"
import $ivy.`com.mfglabs::commons-aws-cloudwatch-heartbeat:0.9.0` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray mfglabs maven", "Some(https://dl.bintray.com/mfglabs/maven)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>com.mfglabs</groupId> <artifactId>commons-aws-cloudwatch-heartbeat_2.11</artifactId> <version>0.9.0</version> </dependency>
compile group: 'com.mfglabs', name: 'commons-aws-cloudwatch-heartbeat_2.11', version: '0.9.0'