Categories |
CategoriesJBoss Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.jboss.pnc.project-manipulator |
ArtifactId | ArtifactIdproject-manipulator-cli |
Version | Version1.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jboss.pnc.project-manipulator/project-manipulator-cli/ -->
<dependency>
<groupId>org.jboss.pnc.project-manipulator</groupId>
<artifactId>project-manipulator-cli</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.pnc.project-manipulator/project-manipulator-cli/
implementation 'org.jboss.pnc.project-manipulator:project-manipulator-cli:1.0.5'
// https://jarcasting.com/artifacts/org.jboss.pnc.project-manipulator/project-manipulator-cli/
implementation ("org.jboss.pnc.project-manipulator:project-manipulator-cli:1.0.5")
'org.jboss.pnc.project-manipulator:project-manipulator-cli:jar:1.0.5'
<dependency org="org.jboss.pnc.project-manipulator" name="project-manipulator-cli" rev="1.0.5">
<artifact name="project-manipulator-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.pnc.project-manipulator', module='project-manipulator-cli', version='1.0.5')
)
libraryDependencies += "org.jboss.pnc.project-manipulator" % "project-manipulator-cli" % "1.0.5"
[org.jboss.pnc.project-manipulator/project-manipulator-cli "1.0.5"]