GroupId | GroupIdorg.uberfire |
---|---|
ArtifactId | ArtifactIduberfire-widgets-sandbox |
Version | Version7.51.0.Final |
Type | Typepom |
Filename | Size |
---|---|
uberfire-widgets-sandbox-7.51.0.Final.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.uberfire/uberfire-widgets-sandbox/ -->
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-widgets-sandbox</artifactId>
<version>7.51.0.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.uberfire/uberfire-widgets-sandbox/
implementation 'org.uberfire:uberfire-widgets-sandbox:7.51.0.Final'
// https://jarcasting.com/artifacts/org.uberfire/uberfire-widgets-sandbox/
implementation ("org.uberfire:uberfire-widgets-sandbox:7.51.0.Final")
'org.uberfire:uberfire-widgets-sandbox:pom:7.51.0.Final'
<dependency org="org.uberfire" name="uberfire-widgets-sandbox" rev="7.51.0.Final">
<artifact name="uberfire-widgets-sandbox" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.uberfire', module='uberfire-widgets-sandbox', version='7.51.0.Final')
)
libraryDependencies += "org.uberfire" % "uberfire-widgets-sandbox" % "7.51.0.Final"
[org.uberfire/uberfire-widgets-sandbox "7.51.0.Final"]