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