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