Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.staccatocommons |
ArtifactId | ArtifactIdstaccatissimo-reductions |
Version | Version2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.sf.staccatocommons/staccatissimo-reductions/ -->
<dependency>
<groupId>net.sf.staccatocommons</groupId>
<artifactId>staccatissimo-reductions</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.staccatocommons/staccatissimo-reductions/
implementation 'net.sf.staccatocommons:staccatissimo-reductions:2.0'
// https://jarcasting.com/artifacts/net.sf.staccatocommons/staccatissimo-reductions/
implementation ("net.sf.staccatocommons:staccatissimo-reductions:2.0")
'net.sf.staccatocommons:staccatissimo-reductions:jar:2.0'
<dependency org="net.sf.staccatocommons" name="staccatissimo-reductions" rev="2.0">
<artifact name="staccatissimo-reductions" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.staccatocommons', module='staccatissimo-reductions', version='2.0')
)
libraryDependencies += "net.sf.staccatocommons" % "staccatissimo-reductions" % "2.0"
[net.sf.staccatocommons/staccatissimo-reductions "2.0"]