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