Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.staccatocommons |
ArtifactId | ArtifactIdcommons-control |
Version | Version1.2-beta-2 |
Type | Typejar |
Filename | Size |
---|---|
commons-control-1.2-beta-2.pom | |
commons-control-1.2-beta-2.jar | 27 KB |
commons-control-1.2-beta-2-sources.jar | 15 KB |
commons-control-1.2-beta-2-site.xml | 522 bytes |
commons-control-1.2-beta-2-javadoc.jar | 106 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.staccatocommons/commons-control/ -->
<dependency>
<groupId>net.sf.staccatocommons</groupId>
<artifactId>commons-control</artifactId>
<version>1.2-beta-2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.staccatocommons/commons-control/
implementation 'net.sf.staccatocommons:commons-control:1.2-beta-2'
// https://jarcasting.com/artifacts/net.sf.staccatocommons/commons-control/
implementation ("net.sf.staccatocommons:commons-control:1.2-beta-2")
'net.sf.staccatocommons:commons-control:jar:1.2-beta-2'
<dependency org="net.sf.staccatocommons" name="commons-control" rev="1.2-beta-2">
<artifact name="commons-control" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.staccatocommons', module='commons-control', version='1.2-beta-2')
)
libraryDependencies += "net.sf.staccatocommons" % "commons-control" % "1.2-beta-2"
[net.sf.staccatocommons/commons-control "1.2-beta-2"]