You can download options-1.4.jar in this page.
The Apache Software License, Version 2.0
options-1.4.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.headius/options/pom.properties META-INF/maven/com.headius/options/pom.xml com.headius.options.BooleanOption.class com.headius.options.EnumerationOption.class com.headius.options.IntegerOption.class com.headius.options.Option.class com.headius.options.StringOption.class com.headius.options.example.Example.class
options-1.4.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>com.headius</groupId> <artifactId>options</artifactId> <version>1.4</version> <packaging>jar</packaging> <name>options</name> <url>https://github.com/headius/options</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <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> <scm> <connection>scm:git:https://github.com/headius/options.git</connection> <developerConnection>scm:git:git@github.com:headius/options.git</developerConnection> <url>https://github.com/headius/options</url> </scm> <developers> <developer> <id>headius</id> <name>Charles Nutter</name> <email>headius@headius.com</email> </developer> </developers> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>com.headius</groupId> <artifactId>options</artifactId> <version>1.4</version> </dependency>
If you think the following options-1.4.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.