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