You can download cmdrunner-2.0.jar in this page.
The Apache Software License, Version 2.0
cmdrunner-2.0.jar file has the following types.
META-INF/INDEX.LIST META-INF/MANIFEST.MF META-INF/maven/kg.apc/cmdrunner/pom.properties META-INF/maven/kg.apc/cmdrunner/pom.xml kg.apc.cmd.UniversalRunner.class kg.apc.cmdtools.AbstractCMDTool.class kg.apc.cmdtools.HelloWorldTool.class kg.apc.cmdtools.PluginsCMD.class
cmdrunner-2.0.pom file content.
<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>cmdrunner</artifactId> <version>2.0</version> <name>Universal command-line tool runner</name> <description>Universal runner used by JP@GC and PerfMon server agent</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://code.google.com/p/jmeter-plugins/</url> <scm> <url>https://github.com/undera/cmdrunner</url> <connection>scm:git:https://github.com/undera/cmdrunner.git</connection> <developerConnection>scm:git://git@github.com:undera/cmdrunner.git</developerConnection> </scm> <developers> <developer> <email>apc@apc.kg</email> </developer> </developers> <distributionManagement> <snapshotRepository> <id>sonatype-snapshot</id> <url>https://oss.sonatype.org/content/repositories/snapshots/</url> </snapshotRepository> <repository> <id>sonatype</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement> <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>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.4</version> <configuration> <archive> <index>true</index> <manifest> <addClasspath>true</addClasspath> </manifest> <manifestEntries> <Url>${project.url}</Url> <Main-Class>kg.apc.cmd.UniversalRunner</Main-Class> </manifestEntries> </archive> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>kg.apc</groupId> <artifactId>cmdrunner</artifactId> <version>2.0</version> </dependency>
If you think the following cmdrunner-2.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download cmdrunner-2.0.jar file