Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.jdatepicker |
ArtifactId | ArtifactIdjdatepicker |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
jdatepicker-1.1.0.pom | |
jdatepicker-1.1.0.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.jdatepicker/jdatepicker/ -->
<dependency>
<groupId>net.sourceforge.jdatepicker</groupId>
<artifactId>jdatepicker</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jdatepicker/jdatepicker/
implementation 'net.sourceforge.jdatepicker:jdatepicker:1.1.0'
// https://jarcasting.com/artifacts/net.sourceforge.jdatepicker/jdatepicker/
implementation ("net.sourceforge.jdatepicker:jdatepicker:1.1.0")
'net.sourceforge.jdatepicker:jdatepicker:jar:1.1.0'
<dependency org="net.sourceforge.jdatepicker" name="jdatepicker" rev="1.1.0">
<artifact name="jdatepicker" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jdatepicker', module='jdatepicker', version='1.1.0')
)
libraryDependencies += "net.sourceforge.jdatepicker" % "jdatepicker" % "1.1.0"
[net.sourceforge.jdatepicker/jdatepicker "1.1.0"]