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