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