Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdnet.sf.click |
ArtifactId | ArtifactIdclick-calendar |
Version | Version1.2.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
click-calendar-1.2.0-RC1.pom | |
click-calendar-1.2.0-RC1.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.click/click-calendar/ -->
<dependency>
<groupId>net.sf.click</groupId>
<artifactId>click-calendar</artifactId>
<version>1.2.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.click/click-calendar/
implementation 'net.sf.click:click-calendar:1.2.0-RC1'
// https://jarcasting.com/artifacts/net.sf.click/click-calendar/
implementation ("net.sf.click:click-calendar:1.2.0-RC1")
'net.sf.click:click-calendar:jar:1.2.0-RC1'
<dependency org="net.sf.click" name="click-calendar" rev="1.2.0-RC1">
<artifact name="click-calendar" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.click', module='click-calendar', version='1.2.0-RC1')
)
libraryDependencies += "net.sf.click" % "click-calendar" % "1.2.0-RC1"
[net.sf.click/click-calendar "1.2.0-RC1"]