aj-net
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.ajaxjs</groupId> <artifactId>aj-net</artifactId> <version>1.4</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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>aj-net</artifactId> <version>1.4</version> <description>A Small HTTP Request Component</description> <packaging>jar</packaging> <parent> <groupId>com.ajaxjs</groupId> <artifactId>ajaxjs-parent</artifactId> <version>1.17</version> <relativePath/> </parent> <url>https://framework.ajaxjs.com/docs/aj/?section=net</url> <scm> <url>https://github.com/lightweight-component/aj-net</url> <connection>scm:git:https://github.com/lightweight-component/aj-net.git</connection> </scm> <issueManagement> <system>GitHub Issues</system> <url>https://github.com/lightweight-component/aj-net/issues</url> </issueManagement> <dependencies> <dependency> <groupId>com.ajaxjs</groupId> <artifactId>ajaxjs-util</artifactId> <version>1.1.6</version> </dependency> <!-- 编译为 jar 包时依赖的 --> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.1.0</version> <scope>provided</scope> </dependency> </dependencies> </project>