| Categories |
CategoriesIDE Development Tools AWS Container PaaS Providers |
|---|---|
| GroupId | GroupIdcom.cognitect.aws |
| ArtifactId | ArtifactIdcognito-identity |
| Version | Version697.2.391.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cognito-identity-697.2.391.0.pom | |
| cognito-identity-697.2.391.0.jar | 11 KB |
| cognito-identity-697.2.391.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>697.2.391.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cognitect.aws/cognito-identity/
implementation 'com.cognitect.aws:cognito-identity:697.2.391.0'
// https://jarcasting.com/artifacts/com.cognitect.aws/cognito-identity/
implementation ("com.cognitect.aws:cognito-identity:697.2.391.0")
'com.cognitect.aws:cognito-identity:jar:697.2.391.0'
<dependency org="com.cognitect.aws" name="cognito-identity" rev="697.2.391.0">
<artifact name="cognito-identity" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cognitect.aws', module='cognito-identity', version='697.2.391.0')
)
libraryDependencies += "com.cognitect.aws" % "cognito-identity" % "697.2.391.0"
[com.cognitect.aws/cognito-identity "697.2.391.0"]