| Categories | CategoriesNet | 
|---|---|
| GroupId | GroupIdnet.sf.staccatocommons | 
| ArtifactId | ArtifactIdcommons-testing | 
| Version | Version1.2-beta-2 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| commons-testing-1.2-beta-2.pom | |
| commons-testing-1.2-beta-2.jar | 12 KB | 
| commons-testing-1.2-beta-2-sources.jar | 10 KB | 
| commons-testing-1.2-beta-2-javadoc.jar | 75 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.sf.staccatocommons/commons-testing/ -->
<dependency>
    <groupId>net.sf.staccatocommons</groupId>
    <artifactId>commons-testing</artifactId>
    <version>1.2-beta-2</version>
</dependency>// https://jarcasting.com/artifacts/net.sf.staccatocommons/commons-testing/
implementation 'net.sf.staccatocommons:commons-testing:1.2-beta-2'// https://jarcasting.com/artifacts/net.sf.staccatocommons/commons-testing/
implementation ("net.sf.staccatocommons:commons-testing:1.2-beta-2")'net.sf.staccatocommons:commons-testing:jar:1.2-beta-2'<dependency org="net.sf.staccatocommons" name="commons-testing" rev="1.2-beta-2">
  <artifact name="commons-testing" type="jar" />
</dependency>@Grapes(
@Grab(group='net.sf.staccatocommons', module='commons-testing', version='1.2-beta-2')
)libraryDependencies += "net.sf.staccatocommons" % "commons-testing" % "1.2-beta-2"[net.sf.staccatocommons/commons-testing "1.2-beta-2"]