GroupId | GroupIdcom.teambytes |
---|---|
ArtifactId | ArtifactIdcloudwatch-appenders |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.teambytes/cloudwatch-appenders/ -->
<dependency>
<groupId>com.teambytes</groupId>
<artifactId>cloudwatch-appenders</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.teambytes/cloudwatch-appenders/
implementation 'com.teambytes:cloudwatch-appenders:2.0.0'
// https://jarcasting.com/artifacts/com.teambytes/cloudwatch-appenders/
implementation ("com.teambytes:cloudwatch-appenders:2.0.0")
'com.teambytes:cloudwatch-appenders:jar:2.0.0'
<dependency org="com.teambytes" name="cloudwatch-appenders" rev="2.0.0">
<artifact name="cloudwatch-appenders" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.teambytes', module='cloudwatch-appenders', version='2.0.0')
)
libraryDependencies += "com.teambytes" % "cloudwatch-appenders" % "2.0.0"
[com.teambytes/cloudwatch-appenders "2.0.0"]