is not current version
Last Version 1.3

org.jboss.gm.manipulation:manipulation 1.2

A tool to work with ProjectNCL to manipulate Gradle builds.

Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.gm.manipulation
ArtifactId

ArtifactId

manipulation
Version

Version

1.2
Type

Type

jar

Download manipulation 1.2


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