1 Star 0 Fork 8

china1984/sql2java

forked from 10km/sql2java 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
10km 提交于 2024-11-22 16:47 +08:00 . [maven-release-plugin] prepare release sql2java-3.33.0
<?xml version="1.0"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.gitee.l0km</groupId>
<artifactId>sql2java</artifactId>
<version>3.33.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sql2java-store</artifactId>
<name>sql2java-store</name>
<description>virtual store base url</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<automatic.module.name>sql2java.store</automatic.module.name>
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.0.12</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.gitee.l0km</groupId>
<artifactId>com4j-base</artifactId>
<version>${com4j.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/china1984/sql2java.git
git@gitee.com:china1984/sql2java.git
china1984
sql2java
sql2java
master

搜索帮助