is not current version
Last Version 3.5

org.jboss.gm:manipulation 2.2

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

2.2
Type

Type

jar

Download manipulation 2.2


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