is not current version
Last Version 3.5

org.jboss.gm:manipulation 3.3

A tool to work with ProjectNCL to manipulate Gradle builds.

Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.gm
ArtifactId

ArtifactId

manipulation
Version

Version

3.3
Type

Type

jar

Download manipulation 3.3


<!-- https://jarcasting.com/artifacts/org.jboss.gm/manipulation/ -->
<dependency>
    <groupId>org.jboss.gm</groupId>
    <artifactId>manipulation</artifactId>
    <version>3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.gm/manipulation/
implementation 'org.jboss.gm:manipulation:3.3'
// https://jarcasting.com/artifacts/org.jboss.gm/manipulation/
implementation ("org.jboss.gm:manipulation:3.3")
'org.jboss.gm:manipulation:jar:3.3'
<dependency org="org.jboss.gm" name="manipulation" rev="3.3">
  <artifact name="manipulation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.gm', module='manipulation', version='3.3')
)
libraryDependencies += "org.jboss.gm" % "manipulation" % "3.3"
[org.jboss.gm/manipulation "3.3"]