hrwyd
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.nydx</groupId> <artifactId>hrwyd</artifactId> <version>1.0.8</version> </dependency>
<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.github.nydx</groupId> <artifactId>hrwyd</artifactId> <version>1.0.8</version> <packaging>jar</packaging> <name>hrwyd</name> <description>hrwyd</description> <url>https://github.com/nydx/hrwyd</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> <comments>A business-friendly OSS license</comments> </license> </licenses> <scm> <url>git@github.com:nydx/hrwyd.git</url> <connection>scm:git:git@github.com:nydx/hrwyd.git</connection> <developerConnection>scm:git:git@github.com:nydx/hrwyd.git</developerConnection> </scm> <developers> <developer> <id>sonatype_com</id> <name>sonatype_com</name> <email>2124084948@qq.com</email> </developer> </developers> </project>