Categories |
CategoriesAWS Container PaaS Providers |
---|---|
GroupId | GroupIdcom.gilt |
ArtifactId | ArtifactIdgfc-aws-cloudwatch_2.12 |
Version | Version1.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gilt/gfc-aws-cloudwatch_2.12/ -->
<dependency>
<groupId>com.gilt</groupId>
<artifactId>gfc-aws-cloudwatch_2.12</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.gilt/gfc-aws-cloudwatch_2.12/
implementation 'com.gilt:gfc-aws-cloudwatch_2.12:1.1.2'
// https://jarcasting.com/artifacts/com.gilt/gfc-aws-cloudwatch_2.12/
implementation ("com.gilt:gfc-aws-cloudwatch_2.12:1.1.2")
'com.gilt:gfc-aws-cloudwatch_2.12:jar:1.1.2'
<dependency org="com.gilt" name="gfc-aws-cloudwatch_2.12" rev="1.1.2">
<artifact name="gfc-aws-cloudwatch_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gilt', module='gfc-aws-cloudwatch_2.12', version='1.1.2')
)
libraryDependencies += "com.gilt" % "gfc-aws-cloudwatch_2.12" % "1.1.2"
[com.gilt/gfc-aws-cloudwatch_2.12 "1.1.2"]