gsbase.
A collection of java utility classes.
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.
Name:The GSBase Software License
URL: http://gsbase.sourceforge.net/license.html.
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.
Category | Artifact | Depended By Count |
---|---|---|
JUnit | junit 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 |
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.
Category | Artifact | Depended By Count |
---|---|---|
JUnit | htmlunit 2.13 A headless browser intended for use in testing web-based applications. | 10 |
JUnit | htmlunit 2.14 A headless browser intended for use in testing web-based applications. | 7 |
JUnit | htmlunit 2.8 A headless browser intended for use in testing web-based applications. | 20 |
Database | dbunit 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 |
JUnit | htmlunit 2.15 A headless browser intended for use in testing web-based applications. | 9 |
Database | dbunit 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 |
JUnit | htmlunit 2.7 A headless browser intended for use in testing web-based applications. | 6 |
JUnit | htmlunit 2.11 A headless browser intended for use in testing web-based applications. | 9 |
JUnit | htmlunit 2.12 A headless browser intended for use in testing web-based applications. | 14 |
JUnit | htmlunit 2.2-hudson-10 A headless browser intended for use in testing web-based applications. | 18 |
Database | dbunit 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 |
JUnit | htmlunit 2.9 A headless browser intended for use in testing web-based applications. | 37 |
JUnit | htmlunit 2.3 A headless browser intended for use in testing web-based applications. | 17 |
JUnit | htmlunit 1.13 A tool for testing web based applications | 7 |
The following plugins are used in the gsbase-2.0.1.jar
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
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>