hr-toolkit
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.datanew.happyreport</groupId> <artifactId>hr-toolkit</artifactId> <version>6.7.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"> <modelVersion>4.0.0</modelVersion> <groupId>com.datanew.happyreport</groupId> <artifactId>hr-toolkit</artifactId> <version>6.7.2</version> <packaging>jar</packaging> <description>LeChuangZhe Privilege Base API</description> <name>HappyToolKit</name> <url>http://www.lechuangzhe.com</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>1.6</maven.compiler.source> <maven.compiler.target>1.6</maven.compiler.target> </properties> <dependencies> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.6</version> </dependency> </dependencies> <licenses> <license> <name>lechuangzhe</name> <url>http://www.lechuangzhe.com</url> </license> </licenses> <scm> <url>git@github.com:lechuangzhe/hr-privilege.git</url> <connection>scm:git@github.com:lechuangzhe/hr-privilege.git</connection> <developerConnection>scm:git@github.com:lechuangzhe/hr-privilege.git</developerConnection> </scm> <developers> <developer> <id>support</id> <name>support</name> <organization>http://www.lechuangzhe.com</organization> </developer> </developers> </project>