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