License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers CLI User Interface |
GroupId | GroupIdorg.jboss.da |
ArtifactId | ArtifactIdcli-wrap |
Version | Version2.3.0 |
Type | Typepom |
Description |
DescriptionThis project is a service, which provides information about built artifacts and analyse the projects' dependencies.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
cli-wrap-2.3.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.da/cli-wrap/ -->
<dependency>
<groupId>org.jboss.da</groupId>
<artifactId>cli-wrap</artifactId>
<version>2.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.da/cli-wrap/
implementation 'org.jboss.da:cli-wrap:2.3.0'
// https://jarcasting.com/artifacts/org.jboss.da/cli-wrap/
implementation ("org.jboss.da:cli-wrap:2.3.0")
'org.jboss.da:cli-wrap:pom:2.3.0'
<dependency org="org.jboss.da" name="cli-wrap" rev="2.3.0">
<artifact name="cli-wrap" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.da', module='cli-wrap', version='2.3.0')
)
libraryDependencies += "org.jboss.da" % "cli-wrap" % "2.3.0"
[org.jboss.da/cli-wrap "2.3.0"]