is not current version
Last Version 1.5.3

net.sf.click:click-extras 1.5-M1

Click is a J2EE web application framework designed for commercial developers.

Categories

Categories

Net CLI User Interface
GroupId

GroupId

net.sf.click
ArtifactId

ArtifactId

click-extras
Version

Version

1.5-M1
Type

Type

jar

Download click-extras 1.5-M1


<!-- https://jarcasting.com/artifacts/net.sf.click/click-extras/ -->
<dependency>
    <groupId>net.sf.click</groupId>
    <artifactId>click-extras</artifactId>
    <version>1.5-M1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.click/click-extras/
implementation 'net.sf.click:click-extras:1.5-M1'
// https://jarcasting.com/artifacts/net.sf.click/click-extras/
implementation ("net.sf.click:click-extras:1.5-M1")
'net.sf.click:click-extras:jar:1.5-M1'
<dependency org="net.sf.click" name="click-extras" rev="1.5-M1">
  <artifact name="click-extras" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.click', module='click-extras', version='1.5-M1')
)
libraryDependencies += "net.sf.click" % "click-extras" % "1.5-M1"
[net.sf.click/click-extras "1.5-M1"]