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