1 Star 4 Fork 0

夏良晖/sqlite-jdbc

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
maven-eclipse.xml 312 Bytes
一键复制 编辑 原始数据 按行查看 历史
<project default="copy-resources">
<target name="init"/>
<target name="copy-resources" depends="init">
<copy todir="target/classes/META-INF/maven/org.xerial/sqlite-jdbc" filtering="false">
<fileset dir="." includes="VERSION|LICENSE*" excludes="**/*.java"/>
</copy>
</target>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xialh/sqlite-jdbc.git
git@gitee.com:xialh/sqlite-jdbc.git
xialh
sqlite-jdbc
sqlite-jdbc
master

搜索帮助