Categories |
CategoriesAWS Container PaaS Providers |
---|---|
GroupId | GroupIdcom.cognitect.aws |
ArtifactId | ArtifactIdapplication-insights |
Version | Version773.2.579.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.cognitect.aws/application-insights/ -->
<dependency>
<groupId>com.cognitect.aws</groupId>
<artifactId>application-insights</artifactId>
<version>773.2.579.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cognitect.aws/application-insights/
implementation 'com.cognitect.aws:application-insights:773.2.579.0'
// https://jarcasting.com/artifacts/com.cognitect.aws/application-insights/
implementation ("com.cognitect.aws:application-insights:773.2.579.0")
'com.cognitect.aws:application-insights:jar:773.2.579.0'
<dependency org="com.cognitect.aws" name="application-insights" rev="773.2.579.0">
<artifact name="application-insights" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cognitect.aws', module='application-insights', version='773.2.579.0')
)
libraryDependencies += "com.cognitect.aws" % "application-insights" % "773.2.579.0"
[com.cognitect.aws/application-insights "773.2.579.0"]