is not current version
Last Version 3.5

org.jboss.gm:manipulation 1.8

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

1.8
Type

Type

jar

Download manipulation 1.8


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