zweb
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.zkoss.common</groupId>
<artifactId>zweb</artifactId>
<version>10.0.0-jakarta</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" 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.zkoss.common</groupId>
<artifactId>zweb</artifactId>
<version>10.0.0-jakarta</version>
<name>The ZKoss Web Library</name>
<description>The ZKoss Web Library</description>
<url>https://www.zkoss.org/zweb</url>
<licenses>
<license>
<name>GNU LESSER GENERAL PUBLIC LICENSE, Version 3</name>
<url>https://www.gnu.org/licenses/lgpl.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>zkteam</id>
<name>ZK Team</name>
<email>info@zkoss.org</email>
<url>https://www.zkoss.org</url>
<organization>Potix</organization>
<organizationUrl>https://www.zkoss.org</organizationUrl>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
<timezone>8</timezone>
<properties>
<picUrl>https://www.zkoss.org</picUrl>
</properties>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/zkoss/zk.git</connection>
<url>https://mavensync.zkoss.org/maven2</url>
</scm>
<dependencies>
<dependency>
<groupId>org.zkoss.common</groupId>
<artifactId>zcommon</artifactId>
<version>10.0.0-jakarta</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>5.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.portlet</groupId>
<artifactId>portlet-api</artifactId>
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<id>ZK Repository</id>
<url>https://mavensync.zkoss.org/maven2</url>
</repository>
</repositories>
</project>