1 Star 0 Fork 0

chenpengxin/MeteoInfo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1.74 KB
一键复制 编辑 原始数据 按行查看 历史
wyq 提交于 2020-06-10 16:10 . start version 2.2.5
<?xml version="1.0" encoding="UTF-8"?>
<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>
<groupId>org.meteothink</groupId>
<artifactId>MeteoInfo</artifactId>
<version>2.2.5</version>
<packaging>pom</packaging>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<modules>
<module>MeteoInfoLib</module>
<module>MeteoInfoMap</module>
<module>MeteoInfoLab</module>
</modules>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<licenses>
<license>
<name>GNU Lesser General Public License v3.0</name>
<url>http://www.gnu.org/licenses/lgpl.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<tag>master</tag>
<url>https://github.com/meteoinfo/MeteoInfo</url>
<connection>scm:git:[email protected]:meteoinfo/MeteoInfo.git</connection>
<developerConnection>scm:git:[email protected]:meteoinfo/MeteoInfo.git</developerConnection>
</scm>
<developers>
<developer>
<name>Yaqiang Wang</name>
<email>[email protected]</email>
<organization>Chinese Academy of Meteorological Sciences</organization>
</developer>
</developers>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chenpengxin/MeteoInfo.git
[email protected]:chenpengxin/MeteoInfo.git
chenpengxin
MeteoInfo
MeteoInfo
master

搜索帮助