| Categories | 
                CategoriesAnt Build Tools | 
        
|---|---|
| GroupId | GroupIdcom.antwerkz.sofia | 
    
| ArtifactId | ArtifactIdsofia | 
    
| Last Version | Last Version0.23 | 
        
| 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.23.pom | 6 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.antwerkz.sofia/sofia/ -->
<dependency>
    <groupId>com.antwerkz.sofia</groupId>
    <artifactId>sofia</artifactId>
    <version>0.23</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.antwerkz.sofia/sofia/
implementation 'com.antwerkz.sofia:sofia:0.23'
                // https://jarcasting.com/artifacts/com.antwerkz.sofia/sofia/
implementation ("com.antwerkz.sofia:sofia:0.23")
                'com.antwerkz.sofia:sofia:pom:0.23'
                <dependency org="com.antwerkz.sofia" name="sofia" rev="0.23">
  <artifact name="sofia" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.antwerkz.sofia', module='sofia', version='0.23')
)
                libraryDependencies += "com.antwerkz.sofia" % "sofia" % "0.23"
                [com.antwerkz.sofia/sofia "0.23"]