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