wfnx
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.gameflier.gfsdk</groupId> <artifactId>wfnx</artifactId> <version>1.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.gameflier.gfsdk</groupId> <artifactId>wfnx</artifactId> <version>1.0.0</version> <packaging>aar</packaging> <name>wfnx GFSDK</name> <description>Gameflier sdk for wfnx game.</description> <url>https://github.com/RedRackham-R/LSerialPort</url> <licenses> <license> <name>The MIT License</name> <url>https://github.com/RedRackham-R/LSerialPort/blob/master/LICENSE</url> </license> </licenses> <developers> <developer> <id>TsungYu Wu</id> <name>TsungYu Wu</name> <email>tsungyumrwu@mail.gameflier.com.tw</email> </developer> </developers> <scm> <connection>scm:git@github.com/tsungyumr/wfnx_gfsdk.git</connection> <developerConnection>scm:git@github.com/tsungyumr/wfnx_gfsdk.git</developerConnection> <url>https://github.com/tsungyumr/wfnx_gfsdk.git</url> </scm> </project>