Download gbench-0.4.3.jar file

Introduction

You can download gbench-0.4.3.jar in this page.

License

The Apache Software License, Version 2.0

Type List

gbench-0.4.3.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/services/org.codehaus.groovy.runtime.ExtensionModule
groovyx.gbench.Benchmark.class
groovyx.gbench.BenchmarkASTBuilder.class
groovyx.gbench.BenchmarkASTTransformation.class
groovyx.gbench.BenchmarkBuilder.class
groovyx.gbench.BenchmarkConstants.class
groovyx.gbench.BenchmarkContext.class
groovyx.gbench.BenchmarkExtension.class
groovyx.gbench.BenchmarkList.class
groovyx.gbench.BenchmarkLogger.class
groovyx.gbench.BenchmarkMath.class
groovyx.gbench.BenchmarkMeasure.class
groovyx.gbench.BenchmarkStaticExtension.class
groovyx.gbench.BenchmarkSystem.class
groovyx.gbench.BenchmarkTime.class
groovyx.gbench.BenchmarkWarmUp.class
groovyx.gbench.Benchmarker.class

Pom

gbench-0.4.3.pom file content.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.gperfutils</groupId>
  <artifactId>gbench</artifactId>
  <packaging>jar</packaging>
  <name>GBench</name>
  <version>0.4.3-groovy-2.4</version>
  <description>GBench, benchmarking framework for Groovy</description>
  <url>https://github.com/gperfutils/gbench</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <parent>
    <groupId>org.sonatype.oss</groupId>
    <artifactId>oss-parent</artifactId>
    <version>7</version>
  </parent>
  <scm>
    <connection>scm:git:https://github.com/gperfutils/gbench.git</connection>
    <developerConnection>scm:git:https://github.com/gperfutils/gbench.git</developerConnection>
    <url>https://github.com/gperfutils/gbench</url>
  </scm>
</project>

POM Entry

<dependency>
   <groupId>org.gperfutils</groupId>
   <artifactId>gbench</artifactId>
   <version>0.4.3</version>
</dependency>

Download

If you think the following gbench-0.4.3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download gbench-0.4.3.jar file




PreviousNext

Related