Download miniprofiler-core-0.6.3.jar file - Jar m

Jar examples for m:miniprofiler-core

Description

MiniProfiler JVM is an implementation of the StackExchange MiniProfiler for the JVM. It provides easily accessible profiling information while developing a web-based app.

You can download jar file miniprofiler-core 0.6.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add miniprofiler-core-0.6.3.jar to your project.

<dependency>
   <groupId>io.jdev.miniprofiler</groupId>
   <artifactId>miniprofiler-core</artifactId>
   <version>0.6.3</version>
</dependency>
compile group: 'io.jdev.miniprofiler', name: 'miniprofiler-core', version: '0.6.3'
libraryDependencies += "io.jdev.miniprofiler" % "miniprofiler-core" % "0.6.3"
<dependency org="io.jdev.miniprofiler" name="miniprofiler-core" rev="0.6.3"/>
@Grapes(@Grab(group='io.jdev.miniprofiler', module='miniprofiler-core', version='0.6.3'))
'io.jdev.miniprofiler:miniprofiler-core:jar:0.6.3'

Download

Click the following link to download the jar file.

miniprofiler-core-0.6.3-javadoc.jar
miniprofiler-core-0.6.3-sources.jar
miniprofiler-core-0.6.3.jar
miniprofiler-core-0.6.3.pom



Related Tutorials