Categories |
CategoriesJBoss Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.jboss.jdf |
ArtifactId | ArtifactIdstacks-client |
Version | Version1.0.2.CR1 |
Type | Typejar |
Filename | Size |
---|---|
stacks-client-1.0.2.CR1.pom | |
stacks-client-1.0.2.CR1.jar | 28 KB |
stacks-client-1.0.2.CR1-sources.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.jdf/stacks-client/ -->
<dependency>
<groupId>org.jboss.jdf</groupId>
<artifactId>stacks-client</artifactId>
<version>1.0.2.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.jdf/stacks-client/
implementation 'org.jboss.jdf:stacks-client:1.0.2.CR1'
// https://jarcasting.com/artifacts/org.jboss.jdf/stacks-client/
implementation ("org.jboss.jdf:stacks-client:1.0.2.CR1")
'org.jboss.jdf:stacks-client:jar:1.0.2.CR1'
<dependency org="org.jboss.jdf" name="stacks-client" rev="1.0.2.CR1">
<artifact name="stacks-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.jdf', module='stacks-client', version='1.0.2.CR1')
)
libraryDependencies += "org.jboss.jdf" % "stacks-client" % "1.0.2.CR1"
[org.jboss.jdf/stacks-client "1.0.2.CR1"]