GroupId | GroupIdorg.bonitasoft.web |
---|---|
ArtifactId | ArtifactIdbonita-web-extensions |
Version | Version7.9.0 |
Type | Typejar |
Filename | Size |
---|---|
bonita-web-extensions-7.9.0.pom | |
bonita-web-extensions-7.9.0.jar | 13 KB |
bonita-web-extensions-7.9.0-sources.jar | 19 KB |
bonita-web-extensions-7.9.0-javadoc.jar | 115 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bonitasoft.web/bonita-web-extensions/ -->
<dependency>
<groupId>org.bonitasoft.web</groupId>
<artifactId>bonita-web-extensions</artifactId>
<version>7.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bonitasoft.web/bonita-web-extensions/
implementation 'org.bonitasoft.web:bonita-web-extensions:7.9.0'
// https://jarcasting.com/artifacts/org.bonitasoft.web/bonita-web-extensions/
implementation ("org.bonitasoft.web:bonita-web-extensions:7.9.0")
'org.bonitasoft.web:bonita-web-extensions:jar:7.9.0'
<dependency org="org.bonitasoft.web" name="bonita-web-extensions" rev="7.9.0">
<artifact name="bonita-web-extensions" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bonitasoft.web', module='bonita-web-extensions', version='7.9.0')
)
libraryDependencies += "org.bonitasoft.web" % "bonita-web-extensions" % "7.9.0"
[org.bonitasoft.web/bonita-web-extensions "7.9.0"]