| GroupId | GroupIdorg.bonitasoft.web |
|---|---|
| ArtifactId | ArtifactIdui-designer |
| Version | Version1.12.40 |
| Type | Typepom |
| Filename | Size |
|---|---|
| ui-designer-1.12.40.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.bonitasoft.web/ui-designer/ -->
<dependency>
<groupId>org.bonitasoft.web</groupId>
<artifactId>ui-designer</artifactId>
<version>1.12.40</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bonitasoft.web/ui-designer/
implementation 'org.bonitasoft.web:ui-designer:1.12.40'
// https://jarcasting.com/artifacts/org.bonitasoft.web/ui-designer/
implementation ("org.bonitasoft.web:ui-designer:1.12.40")
'org.bonitasoft.web:ui-designer:pom:1.12.40'
<dependency org="org.bonitasoft.web" name="ui-designer" rev="1.12.40">
<artifact name="ui-designer" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bonitasoft.web', module='ui-designer', version='1.12.40')
)
libraryDependencies += "org.bonitasoft.web" % "ui-designer" % "1.12.40"
[org.bonitasoft.web/ui-designer "1.12.40"]