Maven Repository - POM file for Library ustack-core-data-java 1.0.13 1.0.13

Summary

ustack-core-data-java.

Data Mapping Utility.

Declaration

Here is the list of declaration for ustack-core-data-java. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.untzuntz.ustack</groupId>
   <artifactId>ustack-core-data-java</artifactId>
   <version>1.0.13</version>
</dependency>

If you think this Maven repository POM file listing for ustack-core-data-java 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 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.

Depends on

The ustack-core-data-java-1.0.13 has 9 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
JSONgson 1.7.1
Google Gson library
26
MongoDBmongo-java-driver 2.9.1
The MongoDB Java driver
17
Logslf4j-log4j12 1.6.6
SLF4J LOG4J-12 Binding
47
JDBCcommons-dbutils 1.5
The Apache Commons-DbUtils package is a set of Java utility classes for easing JDBC development.
11
XML Graphicspoi-ooxml 3.9
Apache POI - Java API To Access Microsoft Format Files
9
JDBCc3p0 0.9.1.2
c3p0 is an easy-to-use library for augmenting traditional (DriverManager-based) JDBC drivers with JNDI-bindable DataSources, including DataSources that implement Connection and Statement Pooling, as described by the jdbc3 spec and jdbc2 std extension.
82
MySQLmysql-connector-java 5.1.21
MySQL java connector
5
JUnitjunit 4.10
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.
1957




Plugin

The following plugins are used in the ustack-core-data-java-1.0.13.jar

  1. maven-compiler-plugin
  2. maven-gpg-plugin
  3. maven-javadoc-plugin
  4. maven-source-plugin

Packages

The following packages are defined in the ustack-core-data-java-1.0.13.jar

com.untzuntz.coredata
com.untzuntz.coredata.anno
com.untzuntz.coredata.exceptions
com.untzuntz.coredata.export
com.untzuntz.coredata.export.fields




POM File Source

Here is the content of the POM file.

<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>com.untzuntz.ustack</groupId>
    <artifactId>ustack-core-data-java</artifactId>
    <packaging>jar</packaging>
    <version>1.0.13</version>
    <name>ustack-core-data-java</name>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
    <dependencies>
    <dependency>
      <groupId>com.untzuntz.ustack</groupId>
      <artifactId>ustack-server</artifactId>
          <version>2.0.26</version>
    </dependency>
        <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>1.7.1</version>
    </dependency>
    <dependency>
      <groupId>org.mongodb</groupId>
      <artifactId>mongo-java-driver</artifactId>
      <version>2.9.1</version>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-log4j12</artifactId>
      <version>1.6.6</version>
    </dependency>
    <dependency>
      <groupId>commons-dbutils</groupId>
      <artifactId>commons-dbutils</artifactId>
      <version>1.5</version>
    </dependency>
    <dependency>
      <groupId>org.apache.poi</groupId>
      <artifactId>poi-ooxml</artifactId>
      <version>3.9</version>
    </dependency>
    <dependency>
      <groupId>c3p0</groupId>
      <artifactId>c3p0</artifactId>
      <version>0.9.1.2</version>
    </dependency>
    <dependency>
      <groupId>mysql</groupId>
      <artifactId>mysql-connector-java</artifactId>
      <version>5.1.21</version>
    </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.10</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
    <description>Data Mapping Utility</description>
    <build>
        <resources>
            <resource>
                <directory>.</directory>
                <includes>
                    <include>VERSION</include>
                </includes>
            </resource>
        </resources>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-gpg-plugin</artifactId>
                <executions>
                    <execution>
                        <id>sign-artifacts</id>
                        <phase>verify</phase>
                        <goals>
                            <goal>sign</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <configuration>
                    <source>1.6</source>
                    <target>1.6</target>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-source-plugin</artifactId>
                <executions>
                    <execution>
                        <id>attach-sources</id>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-javadoc-plugin</artifactId>
                <executions>
                    <execution>
                        <id>attach-javadocs</id>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>
  <url>www.untzuntz.com</url>
    
  <scm>
    <url>git@github.com:jed204/ustack-core-data-java.git</url>
    <connection>scm:git:git@github.com:jed204/ustack-core-data-java.git</connection>
  </scm>
  <repositories>
    <repository>
      <id>sonatype</id>
      <name>SonaType OSS</name>
      <url>https://oss.sonatype.org/content/repositories/public</url>
    </repository>
  </repositories>
  <distributionManagement>
    <repository>
      <id>sonatype-nexus-staging</id>
      <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
    </repository>
  </distributionManagement>
</project>