Joda time.
Date and time library to replace JDK date handling.
Here is the list of declaration for joda-time. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> <version>2.2</version> </dependency>
If you think this Maven repository POM file listing for joda-time is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:Apache 2
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The joda-time-2.2 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 |
---|---|---|
Data Structure | joda-convert 1.2 Library to convert Objects to and from String | 198 |
JUnit | junit 3.8.2 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. | 555 |
The following table lists the most popular artifacts which are depending on joda-time-2.2. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Spring | spring-context 4.0.0.RELEASE Spring Context | 44 |
Spring | spring-context 3.2.12.RELEASE Spring Context | 5 |
Spring | spring-context 3.2.11.RELEASE Spring Context | 14 |
Spring | spring-context 3.2.10.RELEASE Spring Context | 8 |
Spring | spring-context 3.2.9.RELEASE Spring Context | 15 |
Http | jackson-datatype-joda 2.4.1 Add-on module for Jackson (http://jackson.codehaus.org) to support Joda (http://joda-time.sourceforge.net/) data types. | 58 |
Spring | spring-context 3.2.13.RELEASE Spring Context | 7 |
Spring | spring-context 3.2.8.RELEASE Spring Context | 58 |
Web Framework | scalatra_2.10 2.2.1 The core Scalatra framework | 20 |
Http | jackson-datatype-joda 2.4.3 Add-on module for Jackson (http://jackson.codehaus.org) to support Joda (http://joda-time.sourceforge.net/) data types. | 12 |
Web Framework | scalatra_2.10 2.2.2 The core Scalatra framework | 6 |
The following plugins are used in the joda-time-2.2.jar
The following packages are defined in the joda-time-2.2.jar
org.joda.time org.joda.time.base org.joda.time.chrono org.joda.time.convert org.joda.time.field org.joda.time.format org.joda.time.tz
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <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>joda-time</groupId> <artifactId>joda-time</artifactId> <packaging>jar</packaging> <name>Joda time</name> <version>2.2</version> <description>Date and time library to replace JDK date handling</description> <url>http://joda-time.sourceforge.net</url> <issueManagement> <system>GitHub</system> <url>https://github.com/JodaOrg/joda-time/issues</url> </issueManagement> <inceptionYear>2002</inceptionYear> <mailingLists> <mailingList> <name>Joda Interest list</name> <subscribe>https://lists.sourceforge.net/lists/listinfo/joda-interest</subscribe> <unsubscribe>https://lists.sourceforge.net/lists/listinfo/joda-interest</unsubscribe> <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=joda-interest</archive> </mailingList> </mailingLists> <contributors> <contributor> <name>Guy Allard</name> </contributor> <contributor> <name>Fredrik Borgh</name> </contributor> <contributor> <name>Dave Brosius</name> <url>https://github.com/mebigfatguy</url> </contributor> <contributor> <name>Dan Cojocar</name> <url>https://github.com/dancojocar</url> </contributor> <contributor> <name>Jeroen van Erp</name> </contributor> <contributor> <name>Gwyn Evans</name> </contributor> <contributor> <name>John Fletcher</name> </contributor> <contributor> <name>Sean Geoghegan</name> </contributor> <contributor> <name>Ashish Katyal</name> </contributor> <contributor> <name>Martin Kneissl</name> <url>https://github.com/mkneissl</url> </contributor> <contributor> <name>Vidar Larsen</name> <url>https://github.com/vlarsen</url> </contributor> <contributor> <name>Kasper Laudrup</name> </contributor> <contributor> <name>Jeff Lavallee</name> <url>https://github.com/jlavallee</url> </contributor> <contributor> <name>Antonio Leitao</name> </contributor> <contributor> <name>Kostas Maistrelis</name> </contributor> <contributor> <name>Al Major</name> </contributor> <contributor> <name>Blair Martin</name> </contributor> <contributor> <name>Julen Parra</name> </contributor> <contributor> <name>Ryan Propper</name> </contributor> <contributor> <name>Mike Schrag</name> </contributor> <contributor> <name>Hajime Senuma</name> <url>https://github.com/hajimes</url> </contributor> <contributor> <name>Kandarp Shah</name> </contributor> <contributor> <name>Francois Staes</name> </contributor> <contributor> <name>Ricardo Trindade</name> </contributor> <contributor> <name>Maxim Zhao</name> </contributor> </contributors> <licenses> <license> <name>Apache 2</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:git@github.com:JodaOrg/joda-time.git</connection> <developerConnection>scm:git:git@github.com:JodaOrg/joda-time.git</developerConnection> <url>https://github.com/JodaOrg/joda-time</url> </scm> <organization> <name>Joda.org</name> <url>http://www.joda.org</url> </organization> <build> <resources> <resource> <directory>src/main/resources</directory> </resource> <resource> <targetPath>META-INF</targetPath> <directory>${basedir}</directory> <includes> <include>LICENSE.txt</include> <include>NOTICE.txt</include> </includes> </resource> <resource> <targetPath>.</targetPath> <directory>src/main/java</directory> <includes> <include>org/joda/time/tz/data/**</include> <include>**/*.properties</include> </includes> </resource> </resources> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> <version>2.5</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.0</version> <configuration> <verbose>true</verbose> <fork>true</fork> <compilerVersion>1.5</compilerVersion> <source>1.5</source> <target>1.5</target> <debug>true</debug> <debuglevel>lines,source</debuglevel> <optimize>true</optimize> <showDeprecation>false</showDeprecation> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> <version>1.2.1</version> <executions> <execution> <phase>compile</phase> <goals> <goal>java</goal> </goals> </execution> </executions> <configuration> <mainClass>org.joda.time.tz.ZoneInfoCompiler</mainClass> <classpathScope>compile</classpathScope> <verbose>true</verbose> <systemProperties> <systemProperty> <key>org.joda.time.DateTimeZone.Provider</key> <value>org.joda.time.tz.UTCProvider</value> </systemProperty> </systemProperties> <arguments> <argument>-src</argument> <argument>${pom.build.sourceDirectory}/org/joda/time/tz/src</argument> <argument>-dst</argument> <argument>${pom.build.outputDirectory}/org/joda/time/tz/data</argument> <argument>africa</argument> <argument>antarctica</argument> <argument>asia</argument> <argument>australasia</argument> <argument>europe</argument> <argument>northamerica</argument> <argument>southamerica</argument> <argument>pacificnew</argument> <argument>etcetera</argument> <argument>backward</argument> <argument>systemv</argument> </arguments> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.13</version> <configuration> <includes> <include>**/TestAllPackages.java</include> </includes> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.4</version> <configuration> <archive> <manifestFile>src/conf/MANIFEST.MF</manifestFile> </archive> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9</version> <configuration> <linksource>true</linksource> <links> <link>http://download.oracle.com/javase/1.5.0/docs/api/</link> </links> <encoding>UTF-8</encoding> <groups> <group> <title>User packages</title> <packages>org.joda.time:org.joda.time.format:org.joda.time.chrono</packages> </group> <group> <title>Implementation packages</title> <packages>org.joda.time.base:org.joda.time.convert:org.joda.time.field:org.joda.time.tz</packages> </group> </groups> </configuration> <executions> <execution> <id>attach-javadocs</id> <phase>package</phase> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.2.1</version> <executions> <execution> <id>attach-sources</id> <phase>package</phase> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> <!-- work around maven bug where properties files added twice --> <configuration> <excludes> <exclude>**/*.properties</exclude> </excludes> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>3.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-repository-plugin</artifactId> <version>2.3.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>2.6</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>2.7</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <version>2.4</version> <configuration> <descriptors> <descriptor>src/main/assembly/dist.xml</descriptor> </descriptors> <tarLongFileMode>gnu</tarLongFileMode> </configuration> <executions> <execution> <id>make-assembly</id> <phase>deploy</phase> <goals> <goal>single</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>clirr-maven-plugin</artifactId> <version>2.3</version> <configuration> <comparisonVersion>2.1</comparisonVersion> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.joda</groupId> <artifactId>joda-convert</artifactId> <version>1.2</version> <scope>compile</scope> <optional>true</optional><!-- mandatory in Scala --> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.2</version> <scope>test</scope> </dependency> </dependencies> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <version>2.5.1</version> <reportSets> <reportSet> <reports> <report>index</report> <report>dependencies</report> <report>project-team</report> <report>mailing-list</report> <report>issue-tracking</report> <report>license</report> <report>scm</report> <report>summary</report> </reports> </reportSet> </reportSets> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>2.3</version> <configuration> <configLocation>${basedir}/checkstyle.xml</configLocation> <enableRulesSummary>false</enableRulesSummary> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9</version> <configuration> <linksource>true</linksource> <links> <link>http://download.oracle.com/javase/1.5.0/docs/api/</link> </links> <encoding>UTF-8</encoding> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> <version>2.13</version> <configuration> <showSuccess>true</showSuccess> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> <version>2.3</version> </plugin> </plugins> </reporting> <distributionManagement> <repository> <id>sonatype-joda-staging</id> <name>Sonatype OSS staging repository</name> <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url> <layout>default</layout> </repository> <snapshotRepository> <uniqueVersion>false</uniqueVersion> <id>sonatype-joda-snapshot</id> <name>Sonatype OSS snapshot repository</name> <url>http://oss.sonatype.org/content/repositories/joda-snapshots</url> <layout>default</layout> </snapshotRepository> <site> <id>sf-web-joda-time</id> <name>Sourceforge Site</name> <url>scpexe://shell.sourceforge.net/home/project-web/joda-time/htdocs</url> </site> <downloadUrl>http://oss.sonatype.org/content/repositories/joda-releases</downloadUrl> </distributionManagement> <profiles> <profile> <id>repo-sign-artifacts</id> <activation> <property> <name>oss.repo</name> <value>true</value> </property> </activation> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-toolchains-plugin</artifactId> <version>1.0</version> <executions> <execution> <phase>validate</phase> <goals> <goal>toolchain</goal> </goals> </execution> </executions> <configuration> <toolchains> <jdk> <version>1.5</version> <vendor>sun</vendor> </jdk> </toolchains> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.4</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> </project>