Jar examples for s:speed4j
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.18 in this page.
The Apache Software License, Version 2.0
You can use the following script to add speed4j-0.18.jar to your project.
<dependency> <groupId>com.ecyrd.speed4j</groupId> <artifactId>speed4j</artifactId> <version>0.18</version> </dependency>
compile group: 'com.ecyrd.speed4j', name: 'speed4j', version: '0.18'
libraryDependencies += "com.ecyrd.speed4j" % "speed4j" % "0.18"
<dependency org="com.ecyrd.speed4j" name="speed4j" rev="0.18"/>
@Grapes(@Grab(group='com.ecyrd.speed4j', module='speed4j', version='0.18'))
'com.ecyrd.speed4j:speed4j:jar:0.18'
Click the following link to download the jar file.
speed4j-0.18-javadoc.jar