| Categories | 
                CategoriesAnt Build Tools | 
        
|---|---|
| GroupId | GroupIdcom.antwerkz | 
    
| ArtifactId | ArtifactIdsofia | 
    
| Last Version | Last Version0.11 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionSofia 
            Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| sofia-0.11.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.antwerkz/sofia/ -->
<dependency>
    <groupId>com.antwerkz</groupId>
    <artifactId>sofia</artifactId>
    <version>0.11</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.antwerkz/sofia/
implementation 'com.antwerkz:sofia:0.11'
                // https://jarcasting.com/artifacts/com.antwerkz/sofia/
implementation ("com.antwerkz:sofia:0.11")
                'com.antwerkz:sofia:pom:0.11'
                <dependency org="com.antwerkz" name="sofia" rev="0.11">
  <artifact name="sofia" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.antwerkz', module='sofia', version='0.11')
)
                libraryDependencies += "com.antwerkz" % "sofia" % "0.11"
                [com.antwerkz/sofia "0.11"]