License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers |
GroupId | GroupIdorg.jboss.gm |
ArtifactId | ArtifactIdmanipulation |
Version | Version2.8 |
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.8.pom | |
manipulation-2.8.jar | 26 MB |
manipulation-2.8-sources.jar | 16 KB |
manipulation-2.8-javadoc.jar | 421 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.gm/manipulation/ -->
<dependency>
<groupId>org.jboss.gm</groupId>
<artifactId>manipulation</artifactId>
<version>2.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.gm/manipulation/
implementation 'org.jboss.gm:manipulation:2.8'
// https://jarcasting.com/artifacts/org.jboss.gm/manipulation/
implementation ("org.jboss.gm:manipulation:2.8")
'org.jboss.gm:manipulation:jar:2.8'
<dependency org="org.jboss.gm" name="manipulation" rev="2.8">
<artifact name="manipulation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.gm', module='manipulation', version='2.8')
)
libraryDependencies += "org.jboss.gm" % "manipulation" % "2.8"
[org.jboss.gm/manipulation "2.8"]