old-utils
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.fanzezhen</groupId>
<artifactId>old-utils</artifactId>
<version>1.1.2</version>
</dependency><?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">
<parent>
<groupId>com.github.fanzezhen</groupId>
<artifactId>parent</artifactId>
<version>1.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>old-utils</artifactId>
<packaging>jar</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<url>https://github.com/fanzezhen/${project.artifactId}</url>
<description>${project.artifactId}</description>
<!-- 代码库 -->
<scm>
<tag>master</tag>
<url>https://github.com/fanzezhen/${project.artifactId}.git</url>
<connection>scm:git:git@github.com:fanzezhen/${project.artifactId}.git</connection>
<developerConnection>scm:git:git@github.com:fanzezhen/${project.artifactId}.git</developerConnection>
</scm>
<properties>
<org.springframework.spring-web.version>5.1.9.RELEASE</org.springframework.spring-web.version>
<net.sourceforge.jexcelapi.jxl.version>2.6.12</net.sourceforge.jexcelapi.jxl.version>
<commons-net.commons-net.version>1.4.1</commons-net.commons-net.version>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>${org.springframework.spring-web.version}</version>
<scope>compile</scope>
</dependency>
<!--jxl-->
<dependency>
<groupId>net.sourceforge.jexcelapi</groupId>
<artifactId>jxl</artifactId>
<version>${net.sourceforge.jexcelapi.jxl.version}</version>
</dependency>
<dependency>
<groupId>com.github.fanzezhen</groupId>
<artifactId>bean</artifactId>
<version>${com.github.fanzezhen.version}</version>
</dependency>
</dependencies>
</project>