is not current version
Last Version 1.3

org.jboss.gm.manipulation:manipulation 1.0

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.0
Type

Type

jar

Download manipulation 1.0


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