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