| GroupId | GroupIdorg.bonitasoft.web |
|---|---|
| ArtifactId | ArtifactIdbonita-web-extensions |
| Version | Version7.5.0.beta-02 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.bonitasoft.web/bonita-web-extensions/ -->
<dependency>
<groupId>org.bonitasoft.web</groupId>
<artifactId>bonita-web-extensions</artifactId>
<version>7.5.0.beta-02</version>
</dependency>
// https://jarcasting.com/artifacts/org.bonitasoft.web/bonita-web-extensions/
implementation 'org.bonitasoft.web:bonita-web-extensions:7.5.0.beta-02'
// https://jarcasting.com/artifacts/org.bonitasoft.web/bonita-web-extensions/
implementation ("org.bonitasoft.web:bonita-web-extensions:7.5.0.beta-02")
'org.bonitasoft.web:bonita-web-extensions:jar:7.5.0.beta-02'
<dependency org="org.bonitasoft.web" name="bonita-web-extensions" rev="7.5.0.beta-02">
<artifact name="bonita-web-extensions" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bonitasoft.web', module='bonita-web-extensions', version='7.5.0.beta-02')
)
libraryDependencies += "org.bonitasoft.web" % "bonita-web-extensions" % "7.5.0.beta-02"
[org.bonitasoft.web/bonita-web-extensions "7.5.0.beta-02"]