License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers |
GroupId | GroupIdorg.jboss.gm |
ArtifactId | ArtifactIdmanipulation |
Version | Version2.7 |
Type | Typejar |
Description |
DescriptionGradle Manipulation Extension
A tool to work with ProjectNCL to manipulate Gradle builds.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
manipulation-2.7.pom | |
manipulation-2.7.jar | 25 MB |
manipulation-2.7-sources.jar | 16 KB |
manipulation-2.7-javadoc.jar | 421 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.gm/manipulation/ -->
<dependency>
<groupId>org.jboss.gm</groupId>
<artifactId>manipulation</artifactId>
<version>2.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.gm/manipulation/
implementation 'org.jboss.gm:manipulation:2.7'
// https://jarcasting.com/artifacts/org.jboss.gm/manipulation/
implementation ("org.jboss.gm:manipulation:2.7")
'org.jboss.gm:manipulation:jar:2.7'
<dependency org="org.jboss.gm" name="manipulation" rev="2.7">
<artifact name="manipulation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.gm', module='manipulation', version='2.7')
)
libraryDependencies += "org.jboss.gm" % "manipulation" % "2.7"
[org.jboss.gm/manipulation "2.7"]