You can download cliche-null.jar in this page.
MIT License
cliche-null.jar file has the following types.
LICENSE.txt META-INF/MANIFEST.MF META-INF/maven/com.googlecode.clichemaven/cliche/pom.properties META-INF/maven/com.googlecode.clichemaven/cliche/pom.xml asg.cliche.CLIException.class asg.cliche.Command.class asg.cliche.CommandNamer.class asg.cliche.CommandTable.class asg.cliche.ConsoleIO.class asg.cliche.DashJoinedNamer.class asg.cliche.HelpCommandHandler.class asg.cliche.Input.class asg.cliche.InputConversionEngine.class asg.cliche.InputConverter.class asg.cliche.Output.class asg.cliche.OutputConversionEngine.class asg.cliche.OutputConverter.class asg.cliche.Param.class asg.cliche.Shell.class asg.cliche.ShellCommand.class asg.cliche.ShellCommandParamSpec.class asg.cliche.ShellDependent.class asg.cliche.ShellFactory.class asg.cliche.ShellManageable.class asg.cliche.Token.class asg.cliche.TokenException.class asg.cliche.example.Example.class asg.cliche.example.HelloWorld.class asg.cliche.util.ArrayHashMultiMap.class asg.cliche.util.EmptyMultiMap.class asg.cliche.util.MultiMap.class asg.cliche.util.Strings.class
cliche-null.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.googlecode.clichemaven</groupId> <artifactId>cliche</artifactId> <packaging>jar</packaging> <version>110413</version> <name>cliche</name> <description>Very simple command-line shell for Java applications</description> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <licenses> <license> <name>MIT License</name> <url>http://cliche.googlecode.com/hg/LICENSE.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>https://clichemaven.googlecode.com/svn/trunk/</url> </scm> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.0.2</version> <configuration> <source>1.5</source> <target>1.5</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.1.2</version> <executions> <execution> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.8.1</version> <executions> <execution> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <profiles> <profile> <id>release-sign-artifacts</id> <activation> <property> <name>performRelease</name> <value>true</value> </property> </activation> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.1</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.3</version> <extensions>true</extensions> <configuration> <serverId>sonatype-nexus-staging</serverId> <nexusUrl>https://oss.sonatype.org/</nexusUrl> <autoReleaseAfterClose>true</autoReleaseAfterClose> </configuration> </plugin> </plugins> </build> </profile> </profiles> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.10</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>com.googlecode.clichemaven</groupId> <artifactId>cliche</artifactId> <version>null</version> </dependency>
If you think the following cliche-null.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.