| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJBoss Container Application Servers | 
        
| GroupId | GroupIdorg.jboss.gm | 
    
| ArtifactId | ArtifactIdmanipulation | 
    
| Last Version | Last Version3.5 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionGradle Manipulation Extension 
            A tool to work with ProjectNCL to manipulate Gradle builds. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| manipulation-3.5.pom | |
| manipulation-3.5.jar | 19 MB | 
| manipulation-3.5-sources.jar | 14 KB | 
| manipulation-3.5-javadoc.jar | 52 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.jboss.gm/manipulation/ -->
<dependency>
    <groupId>org.jboss.gm</groupId>
    <artifactId>manipulation</artifactId>
    <version>3.5</version>
</dependency>
                // https://jarcasting.com/artifacts/org.jboss.gm/manipulation/
implementation 'org.jboss.gm:manipulation:3.5'
                // https://jarcasting.com/artifacts/org.jboss.gm/manipulation/
implementation ("org.jboss.gm:manipulation:3.5")
                'org.jboss.gm:manipulation:jar:3.5'
                <dependency org="org.jboss.gm" name="manipulation" rev="3.5">
  <artifact name="manipulation" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.jboss.gm', module='manipulation', version='3.5')
)
                libraryDependencies += "org.jboss.gm" % "manipulation" % "3.5"
                [org.jboss.gm/manipulation "3.5"]