GroupId | GroupIdorg.bonitasoft.web |
---|---|
ArtifactId | ArtifactIdui-designer-backend-webapp |
Version | Version1.13.0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.bonitasoft.web/ui-designer-backend-webapp/ -->
<dependency>
<groupId>org.bonitasoft.web</groupId>
<artifactId>ui-designer-backend-webapp</artifactId>
<version>1.13.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.bonitasoft.web/ui-designer-backend-webapp/
implementation 'org.bonitasoft.web:ui-designer-backend-webapp:1.13.0'
// https://jarcasting.com/artifacts/org.bonitasoft.web/ui-designer-backend-webapp/
implementation ("org.bonitasoft.web:ui-designer-backend-webapp:1.13.0")
'org.bonitasoft.web:ui-designer-backend-webapp:war:1.13.0'
<dependency org="org.bonitasoft.web" name="ui-designer-backend-webapp" rev="1.13.0">
<artifact name="ui-designer-backend-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.bonitasoft.web', module='ui-designer-backend-webapp', version='1.13.0')
)
libraryDependencies += "org.bonitasoft.web" % "ui-designer-backend-webapp" % "1.13.0"
[org.bonitasoft.web/ui-designer-backend-webapp "1.13.0"]