You can download wordnet-random-name-1.2.jar in this page.
Open Source
wordnet-random-name-1.2.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.kohsuke/wordnet-random-name/pom.properties META-INF/maven/org.kohsuke/wordnet-random-name/pom.xml org.kohsuke.randname.Dictionary.class org.kohsuke.randname.RandomNameGenerator.class org/kohsuke/randname/a.txt org/kohsuke/randname/n.txt org/kohsuke/randname/v.txt
wordnet-random-name-1.2.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.kohsuke</groupId> <artifactId>pom</artifactId> <version>7</version> </parent> <artifactId>wordnet-random-name</artifactId> <version>1.2</version> <name>WordNet Random Name Generator</name> <url>http://github.com/kohsuke/wordnet-random-name/</url> <scm> <connection>scm:git:git@github.com/kohsuke/${project.artifactId}.git</connection> <developerConnection>scm:git:ssh://git@github.com/kohsuke/${project.artifactId}.git</developerConnection> <url>http://${project.artifactId}.kohsuke.org/</url> <tag>HEAD</tag> </scm> <distributionManagement> <site> <id>github-pages</id> <url>gitsite:git@github.com/kohsuke/${project.artifactId}.git</url> </site> </distributionManagement> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.kohsuke</groupId> <artifactId>wordnet-random-name</artifactId> <version>1.2</version> </dependency>
If you think the following wordnet-random-name-1.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download wordnet-random-name-1.2.jar file