GroupId | GroupIdorg.uberfire |
---|---|
ArtifactId | ArtifactIduberfire-perspective-editor-api |
Version | Version0.5.0.CR6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.uberfire/uberfire-perspective-editor-api/ -->
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-perspective-editor-api</artifactId>
<version>0.5.0.CR6</version>
</dependency>
// https://jarcasting.com/artifacts/org.uberfire/uberfire-perspective-editor-api/
implementation 'org.uberfire:uberfire-perspective-editor-api:0.5.0.CR6'
// https://jarcasting.com/artifacts/org.uberfire/uberfire-perspective-editor-api/
implementation ("org.uberfire:uberfire-perspective-editor-api:0.5.0.CR6")
'org.uberfire:uberfire-perspective-editor-api:jar:0.5.0.CR6'
<dependency org="org.uberfire" name="uberfire-perspective-editor-api" rev="0.5.0.CR6">
<artifact name="uberfire-perspective-editor-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uberfire', module='uberfire-perspective-editor-api', version='0.5.0.CR6')
)
libraryDependencies += "org.uberfire" % "uberfire-perspective-editor-api" % "0.5.0.CR6"
[org.uberfire/uberfire-perspective-editor-api "0.5.0.CR6"]