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