Maven Repository - POM file for Library gsbase 2.0.1 2.0.1

Summary

gsbase.

A collection of java utility classes.

Declaration

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

<dependency>
   <groupId>gsbase</groupId>
   <artifactId>gsbase</artifactId>
   <version>2.0.1</version>
</dependency>

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

License

Name:The GSBase Software License
URL: http://gsbase.sourceforge.net/license.html.

Depends on

The gsbase-2.0.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
JUnitjunit 3.8.1
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
1966




Depended by

The following table lists the most popular artifacts which are depending on gsbase-2.0.1. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
JUnithtmlunit 2.13
A headless browser intended for use in testing web-based applications.
10
JUnithtmlunit 2.14
A headless browser intended for use in testing web-based applications.
7
JUnithtmlunit 2.8
A headless browser intended for use in testing web-based applications.
20
Databasedbunit 2.5.0
dbUnit is a JUnit extension (also usable from Ant and Maven) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and ...
14
JUnithtmlunit 2.15
A headless browser intended for use in testing web-based applications.
9
Databasedbunit 2.4.9
dbUnit is a JUnit extension (also usable from Ant and Maven) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and ...
8
JUnithtmlunit 2.7
A headless browser intended for use in testing web-based applications.
6
JUnithtmlunit 2.11
A headless browser intended for use in testing web-based applications.
9
JUnithtmlunit 2.12
A headless browser intended for use in testing web-based applications.
14
JUnithtmlunit 2.2-hudson-10
A headless browser intended for use in testing web-based applications.
18
Databasedbunit 2.4.6
DbUnit is a JUnit extension (also usable from Ant) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes sub...
20
JUnithtmlunit 2.9
A headless browser intended for use in testing web-based applications.
37
JUnithtmlunit 2.3
A headless browser intended for use in testing web-based applications.
17
JUnithtmlunit 1.13
A tool for testing web based applications
7




Plugin

The following plugins are used in the gsbase-2.0.1.jar

  1. maven-surefire-plugin

Packages

The following packages are defined in the gsbase-2.0.1.jar

com.gargoylesoftware.base.collections
com.gargoylesoftware.base.gui
com.gargoylesoftware.base.io
com.gargoylesoftware.base.objectstore
com.gargoylesoftware.base.resource
com.gargoylesoftware.base.resource.jdbc
com.gargoylesoftware.base.testing
com.gargoylesoftware.base.trace
com.gargoylesoftware.base.util




POM File Source

Here is the content of the POM file.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>gsbase</groupId>
  <artifactId>gsbase</artifactId>
  <name>gsbase</name>
  <version>2.0.1</version>
  <description>A collection of java utility classes</description>
  <url>http://gsbase.sourceforge.net</url>
  <issueManagement>
    <url>http://sourceforge.net/tracker/?group_id=13111</url>
  </issueManagement>
  <ciManagement>
    <notifiers>
      <notifier>
        <address>gsbase@GargoyleSoftware.com</address>
      </notifier>
    </notifiers>
  </ciManagement>
  <inceptionYear>1998</inceptionYear>
  
  <licenses>
    <license>
      <name>The GSBase Software License</name>
      <url>http://gsbase.sourceforge.net/license.html</url>
    </license>
  </licenses>
  <scm>
    <connection>scm:cvs:ext:mbowler@cvs.gsbase.sourceforge.net:/cvsroot/gsbase:gsbase2</connection>
    <developerConnection></developerConnection>
    <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/gsbase</url>
  </scm>
  <organization>
    <name>Gargoyle Software Inc.</name>
    <url>http://www.GargoyleSoftware.com/</url>
  </organization>
  <build>
    <sourceDirectory>src/java</sourceDirectory>
    <testSourceDirectory>src/test</testSourceDirectory>
    <plugins>
      <plugin>
        <artifactId>maven-surefire-plugin</artifactId>
        <configuration>
          <includes>
            <include>**/*Test.java</include>
          </includes>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
    </dependency>
    <dependency>
      <groupId>junitperf</groupId>
      <artifactId>junitperf</artifactId>
      <version>1.8</version>
    </dependency>
  </dependencies>
  <distributionManagement>
    <site>
      <id>default</id>
      <name>Default Site</name>
      <url>scp://gsbase.sourceforge.net//home/groups/g/gs/gsbase/htdocs</url>
    </site>
  </distributionManagement>
</project>