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