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