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