openurp-platform-api-web
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.openurp.platform.api</groupId>
<artifactId>openurp-platform-api-web</artifactId>
<version>0.0.23</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.openurp.platform.api</groupId>
<artifactId>openurp-platform-api-parent</artifactId>
<version>0.0.23</version>
</parent>
<artifactId>openurp-platform-api-web</artifactId>
<packaging>jar</packaging>
<name>OpenURP Platform API Web</name>
<properties>
<bundle.symbolicName>org.openurp.platform.api.web</bundle.symbolicName>
<bundle.namespace>org.openurp.platform</bundle.namespace>
</properties>
<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>org.beangle.webmvc</groupId>
<artifactId>beangle-webmvc-view_2.12</artifactId>
</dependency>
<dependency>
<groupId>org.openurp.platform.api</groupId>
<artifactId>openurp-platform-api-core</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>