Categories |
CategoriesAWS Container PaaS Providers Ant Build Tools |
---|---|
GroupId | GroupIdcom.github.hoantran-it.library |
ArtifactId | ArtifactIdaws-service |
Version | Version1.2.3 |
Type | Typejar |
Filename | Size |
---|---|
aws-service-1.2.3.pom | |
aws-service-1.2.3.jar | 10 KB |
aws-service-1.2.3-sources.jar | 5 KB |
aws-service-1.2.3-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hoantran-it.library/aws-service/ -->
<dependency>
<groupId>com.github.hoantran-it.library</groupId>
<artifactId>aws-service</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hoantran-it.library/aws-service/
implementation 'com.github.hoantran-it.library:aws-service:1.2.3'
// https://jarcasting.com/artifacts/com.github.hoantran-it.library/aws-service/
implementation ("com.github.hoantran-it.library:aws-service:1.2.3")
'com.github.hoantran-it.library:aws-service:jar:1.2.3'
<dependency org="com.github.hoantran-it.library" name="aws-service" rev="1.2.3">
<artifact name="aws-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hoantran-it.library', module='aws-service', version='1.2.3')
)
libraryDependencies += "com.github.hoantran-it.library" % "aws-service" % "1.2.3"
[com.github.hoantran-it.library/aws-service "1.2.3"]