Maven Repository - POM file for Library ashwood 1.1 1.1

Summary

Ashwood Graph Library.

Declaration

Here is the list of declaration for ashwood. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.objectstyle.ashwood</groupId>
   <artifactId>ashwood</artifactId>
   <version>1.1</version>
</dependency>

If you think this Maven repository POM file listing for ashwood is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:The Apache Software License, Version 1.1.

Depends on

The ashwood-1.1 has 2 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Data Structurecommons-lang 2.0
Commons.Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.
26
Data Structurecommons-collections 3.1
Types that extend and augment the Java Collections Framework.
105




Packages

The following packages are defined in the ashwood-1.1.jar

org.objectstyle.ashwood.dbutil
org.objectstyle.ashwood.function
org.objectstyle.ashwood.graph
org.objectstyle.ashwood.graph.access
org.objectstyle.ashwood.graph.convert
org.objectstyle.ashwood.graph.graphml
org.objectstyle.ashwood.graph.layout
org.objectstyle.ashwood.predicate
org.objectstyle.ashwood.random
org.objectstyle.ashwood.util




POM File Source

Here is the content of the POM file.

<?xml version="1.0"?>
<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/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.objectstyle.ashwood</groupId>
  <artifactId>ashwood</artifactId>
  <version>1.1</version>
  <packaging>jar</packaging>
  <description>Ashwood Graph Library</description>
  
  <licenses>
    <license>
      <name>The Apache Software License, Version 1.1</name>
    </license>
  </licenses>
  
  <scm>
    <connection>scm:cvs:pserver:anonymous:@cvs.sourceforge.net:/cvsroot/ashwood</connection>
    <developerConnection>scm:cvs:ext:DEVELOPER_NAME@cvs.sourceforge.net:/cvsroot/ashwood</developerConnection>
    <url>http://cvs.sourceforge.net/viewcvs.py/ashwood/</url>
  </scm>
  
  <url>http://objectstyle.org/ashwood/</url>
  
  <dependencies>
    <dependency>
      <groupId>commons-lang</groupId>
      <artifactId>commons-lang</artifactId>
      <version>2.0</version>
    </dependency>
    <dependency>
      <groupId>commons-collections</groupId>
      <artifactId>commons-collections</artifactId>
      <version>3.1</version>
    </dependency>
  </dependencies>
</project>