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