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