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