You can download hirondelle-date4j-1.5.1.jar in this page.
BSD 3-Clause "New" or "Revised" license
hirondelle-date4j-1.5.1.jar file has the following types.
LICENSE.txt META-INF/MANIFEST.MF META-INF/maven/com.darwinsys/hirondelle-date4j/pom.properties META-INF/maven/com.darwinsys/hirondelle-date4j/pom.xml hirondelle.date4j.DateTime.class hirondelle.date4j.DateTimeFormatter.class hirondelle.date4j.DateTimeInterval.class hirondelle.date4j.DateTimeParser.class hirondelle.date4j.Examples.class hirondelle.date4j.ModelUtil.class hirondelle.date4j.ToStringUtil.class hirondelle.date4j.Util.class
hirondelle-date4j-1.5.1.pom file content.
<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.darwinsys</groupId> <artifactId>hirondelle-date4j</artifactId> <version>1.5.1</version> <packaging>jar</packaging> <name>date4j</name> <description>The small, simple, sensible Date API for Java</description> <url>http://date4j.net</url> <licenses> <license> <name>BSD 3-Clause "New" or "Revised" license</name> <url>http://opensource.org/licenses/BSD-3-Clause</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:git@github.com:IanDarwin/date4j.git</connection> <developerConnection>scm:git:git@github.com:IanDarwin/date4j.git</developerConnection> <url>git@github.com:IanDarwin/date4j.git</url> </scm> <developers /> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> <source>1.6</source> <target>1.6</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.16</version> <configuration> <includes> <include>**/TEST*.java</include> </includes> <excludes> <exclude>**/TESTAll.java</exclude> </excludes> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.4</version> <configuration> <archive> <manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile> </archive> </configuration> </plugin> </plugins> </build> <!-- The only profile we use is for signing releases. --> <profiles> <profile> <id>release-sign-artifacts</id> <activation> <property> <name>performRelease</name> <value>true</value> </property> </activation> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.1</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> </project>
<dependency> <groupId>com.darwinsys</groupId> <artifactId>hirondelle-date4j</artifactId> <version>1.5.1</version> </dependency>
If you think the following hirondelle-date4j-1.5.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download hirondelle-date4j-1.5.1.jar file