is not current version
Last Version 0.2

com.bzzzapp:aws-plugin 0.1

AwsGradlePlugin is a Gradle plugin for deploying to amazon aws

Categories

Categories

AWS Container PaaS Providers
GroupId

GroupId

com.bzzzapp
ArtifactId

ArtifactId

aws-plugin
Version

Version

0.1
Type

Type

jar

Download aws-plugin 0.1


<!-- https://jarcasting.com/artifacts/com.bzzzapp/aws-plugin/ -->
<dependency>
    <groupId>com.bzzzapp</groupId>
    <artifactId>aws-plugin</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.bzzzapp/aws-plugin/
implementation 'com.bzzzapp:aws-plugin:0.1'
// https://jarcasting.com/artifacts/com.bzzzapp/aws-plugin/
implementation ("com.bzzzapp:aws-plugin:0.1")
'com.bzzzapp:aws-plugin:jar:0.1'
<dependency org="com.bzzzapp" name="aws-plugin" rev="0.1">
  <artifact name="aws-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bzzzapp', module='aws-plugin', version='0.1')
)
libraryDependencies += "com.bzzzapp" % "aws-plugin" % "0.1"
[com.bzzzapp/aws-plugin "0.1"]