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