Download speed4j-0.12.jar file - Jar s

Jar examples for s:speed4j

Description

Speed4j is a basic performance analysis library for Java which allows you to insert stopwatches into your codebase and turn them on or off as you need.

You can download jar file speed4j 0.12 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add speed4j-0.12.jar to your project.

<dependency>
   <groupId>com.ecyrd.speed4j</groupId>
   <artifactId>speed4j</artifactId>
   <version>0.12</version>
</dependency>
compile group: 'com.ecyrd.speed4j', name: 'speed4j', version: '0.12'
libraryDependencies += "com.ecyrd.speed4j" % "speed4j" % "0.12"
<dependency org="com.ecyrd.speed4j" name="speed4j" rev="0.12"/>
@Grapes(@Grab(group='com.ecyrd.speed4j', module='speed4j', version='0.12'))
'com.ecyrd.speed4j:speed4j:jar:0.12'

Download

Click the following link to download the jar file.

speed4j-0.12-javadoc.jar
speed4j-0.12-sources.jar
speed4j-0.12.jar
speed4j-0.12.pom



Related Tutorials