GroupId | GroupIdorg.uberfire |
---|---|
ArtifactId | ArtifactIduberfire-layout-editor |
Version | Version1.4.0.Final |
Type | Typejar |
Filename | Size |
---|---|
uberfire-layout-editor-1.4.0.Final.pom | 1 KB |
uberfire-layout-editor-1.4.0.Final-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.uberfire/uberfire-layout-editor/ -->
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-layout-editor</artifactId>
<version>1.4.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.uberfire/uberfire-layout-editor/
implementation 'org.uberfire:uberfire-layout-editor:1.4.0.Final'
// https://jarcasting.com/artifacts/org.uberfire/uberfire-layout-editor/
implementation ("org.uberfire:uberfire-layout-editor:1.4.0.Final")
'org.uberfire:uberfire-layout-editor:jar:1.4.0.Final'
<dependency org="org.uberfire" name="uberfire-layout-editor" rev="1.4.0.Final">
<artifact name="uberfire-layout-editor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uberfire', module='uberfire-layout-editor', version='1.4.0.Final')
)
libraryDependencies += "org.uberfire" % "uberfire-layout-editor" % "1.4.0.Final"
[org.uberfire/uberfire-layout-editor "1.4.0.Final"]