bonita-web-extensions
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.bonitasoft.web</groupId> <artifactId>bonita-web-extensions</artifactId> <version>10.2.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.bonitasoft.web</groupId> <artifactId>bonita-web-extensions</artifactId> <version>10.2.0</version> <name>Bonita Web Extensions</name> <description>Provide API to develop custom web extensions like pages and rest apis</description> <url>https://community.bonitasoft.com/</url> <organization> <name>Bonitasoft S.A.</name> <url>https://community.bonitasoft.com/</url> </organization> <licenses> <license> <name>GNU Lesser General Public License Version 2.1</name> <url>http://www.gnu.org/licenses/lgpl-2.1.html</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>bonita-engine-team</id> <name>The Bonita Engine Development Team</name> <organization>Bonitasoft S.A.</organization> <organizationUrl>http://community.bonitasoft.com/</organizationUrl> </developer> </developers> <scm> <connection>scm:git:http://github.com/bonitasoft/bonita-engine.git</connection> <developerConnection>scm:git:git@github.com:bonitasoft/bonita-engine.git</developerConnection> <url>http://github.com/bonitasoft/bonita-engine</url> </scm> <dependencies> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>4.0.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.bonitasoft.engine</groupId> <artifactId>bonita-client</artifactId> <version>10.2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.bonitasoft.engine</groupId> <artifactId>bonita-common</artifactId> <version>10.2.0</version> <scope>compile</scope> </dependency> </dependencies> </project>