Download applicationinsights-core-0.9.5.jar file - Jar a

Jar examples for a:applicationinsights-core

Description

This is the core module of Microsoft Application Insights Java SDK

You can download jar file applicationinsights-core 0.9.5 in this page.

License

MIT License

Build File

You can use the following script to add applicationinsights-core-0.9.5.jar to your project.

<dependency>
   <groupId>com.microsoft.azure</groupId>
   <artifactId>applicationinsights-core</artifactId>
   <version>0.9.5</version>
</dependency>
compile group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '0.9.5'
libraryDependencies += "com.microsoft.azure" % "applicationinsights-core" % "0.9.5"
<dependency org="com.microsoft.azure" name="applicationinsights-core" rev="0.9.5"/>
@Grapes(@Grab(group='com.microsoft.azure', module='applicationinsights-core', version='0.9.5'))
'com.microsoft.azure:applicationinsights-core:jar:0.9.5'

Download

Click the following link to download the jar file.

applicationinsights-core-0.9.5-javadoc.jar
applicationinsights-core-0.9.5-sources.jar
applicationinsights-core-0.9.5.jar
applicationinsights-core-0.9.5.pom



Related Tutorials