Download jmeter-plugins-cmd-2.0.jar file

Introduction

You can download jmeter-plugins-cmd-2.0.jar in this page.

License

The Apache Software License, Version 2.0

Type List

jmeter-plugins-cmd-2.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/kg.apc/jmeter-plugins-cmd/pom.properties
META-INF/maven/kg.apc/jmeter-plugins-cmd/pom.xml
kg.apc.cmdtools.CMDInstaller.class
kg.apc.cmdtools.ReporterTool.class
kg.apc.jmeter.CMDLineArgumentsProcessor.class
kg.apc.jmeter.PluginsCMDWorker.class
kg/apc/cmdtools/JMeterPluginsCMD.bat
kg/apc/cmdtools/JMeterPluginsCMD.sh

Pom

jmeter-plugins-cmd-2.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <groupId>kg.apc</groupId>
    <artifactId>jmeter-plugins-cmd</artifactId>
    <version>2.0</version>

    <name>Command-Line Plugins Tool</name>
    <description>cmdtool</description>
    <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>
    <url>http://jmeter-plugins.org/</url>
    <scm>
        <url>https://github.com/undera/jmeter-plugins</url>
        <connection>https://github.com/undera/jmeter-plugins.git</connection>
        <developerConnection>git@github.com:undera/jmeter-plugins.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>team</id>
            <name>jmeter-plugins.org</name>
            <email>jmeter-plugins@googlegroups.com</email>
        </developer>
    </developers>

    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <maven.compiler.source>1.7</maven.compiler.source>
        <maven.compiler.target>1.7</maven.compiler.target>
    </properties>

    <dependencies>
        <dependency>
            <groupId>kg.apc</groupId>
            <artifactId>jmeter-plugins-cmn-jmeter</artifactId>
            <version>0.3</version>
        </dependency>
        <dependency>
            <groupId>kg.apc</groupId>
            <artifactId>jmeter-plugins-emulators</artifactId>
            <version>0.2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>kg.apc</groupId>
            <artifactId>cmdrunner</artifactId>
            <version>2.0</version>
        </dependency>
        <dependency>
            <groupId>kg.apc</groupId>
            <artifactId>jmeter-plugins-graphs-basic</artifactId>
            <version>2.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>kg.apc</groupId>
            <artifactId>jmeter-plugins-graphs-additional</artifactId>
            <version>2.0</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>kg.apc</groupId>
   <artifactId>jmeter-plugins-cmd</artifactId>
   <version>2.0</version>
</dependency>

Download

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



Download jmeter-plugins-cmd-2.0.jar file




PreviousNext

Related