License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers |
GroupId | GroupIdorg.jboss.forge |
ArtifactId | ArtifactIdui-example |
Version | Version2.0.0.Alpha4 |
Type | Typejar |
Description |
DescriptionForge - UI Addon Example
A core framework and next-generation container for tooling and automation at a fine-grained level.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.jboss.forge/ui-example/ -->
<dependency>
<groupId>org.jboss.forge</groupId>
<artifactId>ui-example</artifactId>
<version>2.0.0.Alpha4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.forge/ui-example/
implementation 'org.jboss.forge:ui-example:2.0.0.Alpha4'
// https://jarcasting.com/artifacts/org.jboss.forge/ui-example/
implementation ("org.jboss.forge:ui-example:2.0.0.Alpha4")
'org.jboss.forge:ui-example:jar:2.0.0.Alpha4'
<dependency org="org.jboss.forge" name="ui-example" rev="2.0.0.Alpha4">
<artifact name="ui-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.forge', module='ui-example', version='2.0.0.Alpha4')
)
libraryDependencies += "org.jboss.forge" % "ui-example" % "2.0.0.Alpha4"
[org.jboss.forge/ui-example "2.0.0.Alpha4"]
Group / Artifact | Type | Version |
---|---|---|
org.jboss.forge : ui | jar | 2.0.0.Alpha4 |
org.jboss.forge : resources | jar | 2.0.0.Alpha4 |
Group / Artifact | Type | Version |
---|---|---|
org.jboss.forge : forge-addon-container-api | jar | 2.0.0.Alpha4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |