ajaxjs-data
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.ajaxjs</groupId> <artifactId>ajaxjs-data</artifactId> <version>1.1.7</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>ajaxjs-data</artifactId> <name>aj-data</name> <version>1.1.7</version> <description>Lightweight Data Access Object</description> <packaging>jar</packaging> <parent> <groupId>com.ajaxjs</groupId> <artifactId>ajaxjs-parent</artifactId> <version>1.19</version> <relativePath/> </parent> <url>https://framework.ajaxjs.com/docs/aj/?section=data</url> <scm> <url>https://github.com/lightweight-component/aj-data</url> <connection>scm:git:https://github.com/lightweight-component/aj-data.git</connection> </scm> <issueManagement> <system>GitHub Issues</system> <url>https://github.com/lightweight-component/aj-data/issues</url> </issueManagement> <dependencies> <dependency> <groupId>com.ajaxjs</groupId> <artifactId>ajaxjs-util</artifactId> <version>1.1.6</version> </dependency> <dependency> <groupId>org.apache.derby</groupId> <artifactId>derby</artifactId> <version>10.14.2.0</version> <scope>test</scope> </dependency> <dependency> <groupId>com.github.jsqlparser</groupId> <artifactId>jsqlparser</artifactId> <version>4.4</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>${spring.version}</version> <scope>provided</scope> </dependency> <!-- <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>${spring.version}</version> <scope>provided</scope> </dependency>--> <!-- Tomcat JNDI 数据源 --> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-jdbc</artifactId> <version>${tomcat.version}</version> <scope>provided</scope> </dependency> <!-- 编译为 jar 包时依赖的 --> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.1.0</version> <scope>provided</scope> </dependency> </dependencies> </project>