is not current version
Last Version 1.0.3.Final

org.jboss.jdf:stacks-client 1.0.2.CR3

This is project contains a full stacks client with parser capabilities and other features like download, proxy and local cache.

Categories

Categories

JBoss Container Application Servers CLI User Interface
GroupId

GroupId

org.jboss.jdf
ArtifactId

ArtifactId

stacks-client
Version

Version

1.0.2.CR3
Type

Type

jar

Download stacks-client 1.0.2.CR3


<!-- https://jarcasting.com/artifacts/org.jboss.jdf/stacks-client/ -->
<dependency>
    <groupId>org.jboss.jdf</groupId>
    <artifactId>stacks-client</artifactId>
    <version>1.0.2.CR3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.jdf/stacks-client/
implementation 'org.jboss.jdf:stacks-client:1.0.2.CR3'
// https://jarcasting.com/artifacts/org.jboss.jdf/stacks-client/
implementation ("org.jboss.jdf:stacks-client:1.0.2.CR3")
'org.jboss.jdf:stacks-client:jar:1.0.2.CR3'
<dependency org="org.jboss.jdf" name="stacks-client" rev="1.0.2.CR3">
  <artifact name="stacks-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.jdf', module='stacks-client', version='1.0.2.CR3')
)
libraryDependencies += "org.jboss.jdf" % "stacks-client" % "1.0.2.CR3"
[org.jboss.jdf/stacks-client "1.0.2.CR3"]