Download jetm-1.2.3.jar file - Jar j

Jar examples for j:jetm

Description

The Java Execution Time Measurement Library core package

You can download jar file jetm 1.2.3 in this page.

License

BSD

Build File

You can use the following script to add jetm-1.2.3.jar to your project.

<dependency>
   <groupId>fm.void.jetm</groupId>
   <artifactId>jetm</artifactId>
   <version>1.2.3</version>
</dependency>
compile group: 'fm.void.jetm', name: 'jetm', version: '1.2.3'
libraryDependencies += "fm.void.jetm" % "jetm" % "1.2.3"
<dependency org="fm.void.jetm" name="jetm" rev="1.2.3"/>
@Grapes(@Grab(group='fm.void.jetm', module='jetm', version='1.2.3'))
'fm.void.jetm:jetm:jar:1.2.3'

Download

Click the following link to download the jar file.

jetm-1.2.3.jar
jetm-1.2.3.pom
jetm-1.2.3-sources.jar



Related Tutorials