| Categories | 
                CategoriesMaven Build Tools Ant Github Development Tools Version Controls | 
        
|---|---|
| GroupId | GroupIdcom.antwerkz.github | 
    
| ArtifactId | ArtifactIdissues-maven-plugin-parent | 
    
| Last Version | Last Version1.1.7 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionGithub Issues Maven Plugin 
            Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| issues-maven-plugin-parent-1.1.7.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.antwerkz.github/issues-maven-plugin-parent/ -->
<dependency>
    <groupId>com.antwerkz.github</groupId>
    <artifactId>issues-maven-plugin-parent</artifactId>
    <version>1.1.7</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.antwerkz.github/issues-maven-plugin-parent/
implementation 'com.antwerkz.github:issues-maven-plugin-parent:1.1.7'
                // https://jarcasting.com/artifacts/com.antwerkz.github/issues-maven-plugin-parent/
implementation ("com.antwerkz.github:issues-maven-plugin-parent:1.1.7")
                'com.antwerkz.github:issues-maven-plugin-parent:pom:1.1.7'
                <dependency org="com.antwerkz.github" name="issues-maven-plugin-parent" rev="1.1.7">
  <artifact name="issues-maven-plugin-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.antwerkz.github', module='issues-maven-plugin-parent', version='1.1.7')
)
                libraryDependencies += "com.antwerkz.github" % "issues-maven-plugin-parent" % "1.1.7"
                [com.antwerkz.github/issues-maven-plugin-parent "1.1.7"]