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