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