Categories |
CategoriesJBoss Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.jboss.da |
ArtifactId | ArtifactIdcli-wrap |
Version | Version1.3.2 |
Type | Typepom |
Filename | Size |
---|---|
cli-wrap-1.3.2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.da/cli-wrap/ -->
<dependency>
<groupId>org.jboss.da</groupId>
<artifactId>cli-wrap</artifactId>
<version>1.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.da/cli-wrap/
implementation 'org.jboss.da:cli-wrap:1.3.2'
// https://jarcasting.com/artifacts/org.jboss.da/cli-wrap/
implementation ("org.jboss.da:cli-wrap:1.3.2")
'org.jboss.da:cli-wrap:pom:1.3.2'
<dependency org="org.jboss.da" name="cli-wrap" rev="1.3.2">
<artifact name="cli-wrap" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.da', module='cli-wrap', version='1.3.2')
)
libraryDependencies += "org.jboss.da" % "cli-wrap" % "1.3.2"
[org.jboss.da/cli-wrap "1.3.2"]