Download wordnet-random-name-1.3.jar file

Introduction

You can download wordnet-random-name-1.3.jar in this page.

License

Open Source

Type List

wordnet-random-name-1.3.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

Pom

wordnet-random-name-1.3.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>14</version>
  </parent>

  <artifactId>wordnet-random-name</artifactId>
  <version>1.3</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>wordnet-random-name-1.3</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>

POM Entry

<dependency>
   <groupId>org.kohsuke</groupId>
   <artifactId>wordnet-random-name</artifactId>
   <version>1.3</version>
</dependency>

Download

If you think the following wordnet-random-name-1.3.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.3.jar file




PreviousNext

Related