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