Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.uberfire |
ArtifactId | ArtifactIduberfire-widgets-properties-editor-client |
Version | Version1.0.0.Beta3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.uberfire/uberfire-widgets-properties-editor-client/ -->
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-widgets-properties-editor-client</artifactId>
<version>1.0.0.Beta3</version>
</dependency>
// https://jarcasting.com/artifacts/org.uberfire/uberfire-widgets-properties-editor-client/
implementation 'org.uberfire:uberfire-widgets-properties-editor-client:1.0.0.Beta3'
// https://jarcasting.com/artifacts/org.uberfire/uberfire-widgets-properties-editor-client/
implementation ("org.uberfire:uberfire-widgets-properties-editor-client:1.0.0.Beta3")
'org.uberfire:uberfire-widgets-properties-editor-client:jar:1.0.0.Beta3'
<dependency org="org.uberfire" name="uberfire-widgets-properties-editor-client" rev="1.0.0.Beta3">
<artifact name="uberfire-widgets-properties-editor-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uberfire', module='uberfire-widgets-properties-editor-client', version='1.0.0.Beta3')
)
libraryDependencies += "org.uberfire" % "uberfire-widgets-properties-editor-client" % "1.0.0.Beta3"
[org.uberfire/uberfire-widgets-properties-editor-client "1.0.0.Beta3"]