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