| Categories |
CategoriesAWS Container PaaS Providers |
|---|---|
| GroupId | GroupIdcom.cognitect.aws |
| ArtifactId | ArtifactIdrds |
| Version | Version802.2.710.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rds-802.2.710.0.pom | |
| rds-802.2.710.0.jar | 66 KB |
| rds-802.2.710.0-sources.jar | 64 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cognitect.aws/rds/ -->
<dependency>
<groupId>com.cognitect.aws</groupId>
<artifactId>rds</artifactId>
<version>802.2.710.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cognitect.aws/rds/
implementation 'com.cognitect.aws:rds:802.2.710.0'
// https://jarcasting.com/artifacts/com.cognitect.aws/rds/
implementation ("com.cognitect.aws:rds:802.2.710.0")
'com.cognitect.aws:rds:jar:802.2.710.0'
<dependency org="com.cognitect.aws" name="rds" rev="802.2.710.0">
<artifact name="rds" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cognitect.aws', module='rds', version='802.2.710.0')
)
libraryDependencies += "com.cognitect.aws" % "rds" % "802.2.710.0"
[com.cognitect.aws/rds "802.2.710.0"]