Categories |
CategoriesAWS Container PaaS Providers |
---|---|
GroupId | GroupIdcom.github.spranshu1 |
ArtifactId | ArtifactIdaws-utils |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
aws-utils-0.0.1.pom | |
aws-utils-0.0.1.jar | 13 KB |
aws-utils-0.0.1-sources.jar | 8 KB |
aws-utils-0.0.1-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.spranshu1/aws-utils/ -->
<dependency>
<groupId>com.github.spranshu1</groupId>
<artifactId>aws-utils</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spranshu1/aws-utils/
implementation 'com.github.spranshu1:aws-utils:0.0.1'
// https://jarcasting.com/artifacts/com.github.spranshu1/aws-utils/
implementation ("com.github.spranshu1:aws-utils:0.0.1")
'com.github.spranshu1:aws-utils:jar:0.0.1'
<dependency org="com.github.spranshu1" name="aws-utils" rev="0.0.1">
<artifact name="aws-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spranshu1', module='aws-utils', version='0.0.1')
)
libraryDependencies += "com.github.spranshu1" % "aws-utils" % "0.0.1"
[com.github.spranshu1/aws-utils "0.0.1"]