| Categories | 
                CategoriesAnt Build Tools | 
        
|---|---|
| GroupId | GroupIdcom.antwerkz.sofia | 
    
| ArtifactId | ArtifactIdtests | 
    
| Last Version | Last Version0.23 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ 
         | 
    
| Filename | Size | 
|---|---|
| tests-0.23.pom | |
| tests-0.23.jar | 4 KB | 
| tests-0.23-sources.jar | 2 KB | 
| tests-0.23-javadoc.jar | 38 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.antwerkz.sofia/tests/ -->
<dependency>
    <groupId>com.antwerkz.sofia</groupId>
    <artifactId>tests</artifactId>
    <version>0.23</version>
</dependency>
                // https://jarcasting.com/artifacts/com.antwerkz.sofia/tests/
implementation 'com.antwerkz.sofia:tests:0.23'
                // https://jarcasting.com/artifacts/com.antwerkz.sofia/tests/
implementation ("com.antwerkz.sofia:tests:0.23")
                'com.antwerkz.sofia:tests:jar:0.23'
                <dependency org="com.antwerkz.sofia" name="tests" rev="0.23">
  <artifact name="tests" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.antwerkz.sofia', module='tests', version='0.23')
)
                libraryDependencies += "com.antwerkz.sofia" % "tests" % "0.23"
                [com.antwerkz.sofia/tests "0.23"]