| Categories |
CategoriesAWS Container PaaS Providers |
|---|---|
| GroupId | GroupIdcom.cognitect.aws |
| ArtifactId | ArtifactIdcognito-idp |
| Version | Version716.2.438.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cognito-idp-716.2.438.0.pom | |
| cognito-idp-716.2.438.0.jar | 37 KB |
| cognito-idp-716.2.438.0-sources.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cognitect.aws/cognito-idp/ -->
<dependency>
<groupId>com.cognitect.aws</groupId>
<artifactId>cognito-idp</artifactId>
<version>716.2.438.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cognitect.aws/cognito-idp/
implementation 'com.cognitect.aws:cognito-idp:716.2.438.0'
// https://jarcasting.com/artifacts/com.cognitect.aws/cognito-idp/
implementation ("com.cognitect.aws:cognito-idp:716.2.438.0")
'com.cognitect.aws:cognito-idp:jar:716.2.438.0'
<dependency org="com.cognitect.aws" name="cognito-idp" rev="716.2.438.0">
<artifact name="cognito-idp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cognitect.aws', module='cognito-idp', version='716.2.438.0')
)
libraryDependencies += "com.cognitect.aws" % "cognito-idp" % "716.2.438.0"
[com.cognitect.aws/cognito-idp "716.2.438.0"]