jdp
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>eu.hansolo</groupId>
<artifactId>jdp</artifactId>
<version>1.5</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>eu.hansolo</groupId>
<artifactId>jdp</artifactId>
<version>1.5</version>
<name>JDP</name>
<description>JDP is a Java datepicker using Swing</description>
<url>https://github.com/HanSolo/jdp/wiki</url>
<inceptionYear>2020</inceptionYear>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://spdx.org/licenses/Apache-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>HanSolo</id>
<name>Gerrit Grunwald</name>
<url>https://harmoniccode.blogspot.com/</url>
<roles>
<role>developer</role>
</roles>
</developer>
</developers>
<scm>
<url>https://github.com/HanSolo/jdp.git</url>
</scm>
</project>