You can download jdatepicker-1.3.4.jar in this page.
Simplified BSD License
jdatepicker-1.3.4.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.jdatepicker/jdatepicker/pom.properties META-INF/maven/org.jdatepicker/jdatepicker/pom.xml org.jdatepicker.AbstractDateModel.class org.jdatepicker.DateModel.class org.jdatepicker.JDateComponent.class org.jdatepicker.JDateComponentFactory.class org.jdatepicker.JDatePanel.class org.jdatepicker.JDatePicker.class org.jdatepicker.graphics.JNextIcon.class org.jdatepicker.graphics.JPreviousIcon.class org.jdatepicker.impl.DateComponentFormatter.class org.jdatepicker.impl.JDatePanelImpl.class org.jdatepicker.impl.JDatePickerImpl.class org.jdatepicker.impl.SqlDateModel.class org.jdatepicker.impl.UtilCalendarModel.class org.jdatepicker.impl.UtilDateModel.class org.jdatepicker.util.JDatePickerUtil.class org/jdatepicker/graphics/clear.png org/jdatepicker/i18n/Text.properties org/jdatepicker/i18n/Text_ar.properties org/jdatepicker/i18n/Text_ca.properties org/jdatepicker/i18n/Text_cs.properties org/jdatepicker/i18n/Text_da.properties org/jdatepicker/i18n/Text_de.properties org/jdatepicker/i18n/Text_el.properties org/jdatepicker/i18n/Text_en.properties org/jdatepicker/i18n/Text_es.properties org/jdatepicker/i18n/Text_fi.properties org/jdatepicker/i18n/Text_fr.properties org/jdatepicker/i18n/Text_hu.properties org/jdatepicker/i18n/Text_it.properties org/jdatepicker/i18n/Text_iw.properties org/jdatepicker/i18n/Text_ja.properties org/jdatepicker/i18n/Text_ko.properties org/jdatepicker/i18n/Text_nl.properties org/jdatepicker/i18n/Text_no_NO.properties org/jdatepicker/i18n/Text_pl.properties org/jdatepicker/i18n/Text_pt.properties org/jdatepicker/i18n/Text_ru.properties org/jdatepicker/i18n/Text_sk.properties org/jdatepicker/i18n/Text_sl.properties org/jdatepicker/i18n/Text_sv.properties org/jdatepicker/i18n/Text_th.properties org/jdatepicker/i18n/Text_tr.properties org/jdatepicker/i18n/Text_zh.properties
jdatepicker-1.3.4.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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <groupId>org.jdatepicker</groupId> <artifactId>jdatepicker</artifactId> <version>1.3.4</version> <packaging>jar</packaging> <name>jdatepicker</name> <description>JDatePicker and JDatePanel is a Java Swing component. It is designed with the Model View Controller pattern and it uses the Java Calendar object as the model. The component may be used via a popup control or embedded on a panel.</description> <url>http://jdatepicker.org</url> <licenses> <license> <name>Simplified BSD License</name> <url>http://www.opensource.org/licenses/bsd-license.php</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:https://github.com/JDatePicker/JDatePicker.git</connection> <developerConnection>scm:git:https://github.com/JDatePicker/JDatePicker.git</developerConnection> <url>http://github.com/JDatePicker/JDatePicker</url> </scm> <developers> <developer> <id>juanheyns</id> <name>Juan Heyns</name> <email>juanheyns@gmail.com</email> </developer> </developers> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> </dependency> </dependencies> <build> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>${jdkLevel}</source> <target>${jdkLevel}</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.1.2</version> <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> <version>2.8.1</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> </plugins> </pluginManagement> </build> <distributionManagement> <snapshotRepository> <id>sonatype-nexus-snapshots</id> <name>Sonatype Nexus snapshot repository</name> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> <repository> <id>sonatype-nexus-staging</id> <name>Sonatype Nexus release repository</name> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url> </repository> </distributionManagement> <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.4</version> <configuration> <passphrase>${gpg.passphrase}</passphrase> </configuration> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> <properties> <jdkLevel>1.5</jdkLevel> </properties> </project>
<dependency> <groupId>org.jdatepicker</groupId> <artifactId>jdatepicker</artifactId> <version>1.3.4</version> </dependency>
If you think the following jdatepicker-1.3.4.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download jdatepicker-1.3.4.jar file