Download rop-1.1.1.jar file

Introduction

You can download rop-1.1.1.jar in this page.

License

MIT License

Type List

rop-1.1.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.github.ryenus/rop/pom.properties
META-INF/maven/com.github.ryenus/rop/pom.xml
com.github.ryenus.rop.CommandInfo.class
com.github.ryenus.rop.OptionInfo.class
com.github.ryenus.rop.OptionParser.class
com.github.ryenus.rop.OptionType.class
com.github.ryenus.rop.Utils.class

Pom

rop-1.1.1.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>

	<parent>
		<groupId>org.sonatype.oss</groupId>
		<artifactId>oss-parent</artifactId>
		<version>7</version>
	</parent>

	<groupId>com.github.ryenus</groupId>
	<artifactId>rop</artifactId>
	<version>1.1.1</version>
	<packaging>jar</packaging>

	<name>Rop</name>
	<description>A lightweight command line option parser written in Java</description>
	<url>http://ryenus.github.com/rop</url>
	<licenses>
		<license>
			<name>MIT License</name>
			<url>http://www.opensource.org/licenses/MIT</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<scm>
		<connection>https://github.com/ryenus/rop</connection>
		<url>scm:git:https://github.com/ryenus/rop</url>
		<developerConnection>scm:git:git@github.com:ryenus/rop</developerConnection>
	</scm>
	<developers>
		<developer>
			<id>ryenus</id>
		</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>junit</groupId>
			<artifactId>junit</artifactId>
			<version>4.8.2</version>
			<scope>test</scope>
		</dependency>
	</dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.github.ryenus</groupId>
   <artifactId>rop</artifactId>
   <version>1.1.1</version>
</dependency>

Download

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



Download rop-1.1.1.jar file




PreviousNext

Related