| Categories | CategoriesNet | 
|---|---|
| GroupId | GroupIdio.github.yezhihao | 
| ArtifactId | ArtifactIdnetmc | 
| Version | Version2.0.8.RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| netmc-2.0.8.RELEASE.pom | |
| netmc-2.0.8.RELEASE.jar | 58 KB | 
| netmc-2.0.8.RELEASE-sources.jar | 32 KB | 
| netmc-2.0.8.RELEASE-javadoc.jar | 273 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.github.yezhihao/netmc/ -->
<dependency>
    <groupId>io.github.yezhihao</groupId>
    <artifactId>netmc</artifactId>
    <version>2.0.8.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/io.github.yezhihao/netmc/
implementation 'io.github.yezhihao:netmc:2.0.8.RELEASE'// https://jarcasting.com/artifacts/io.github.yezhihao/netmc/
implementation ("io.github.yezhihao:netmc:2.0.8.RELEASE")'io.github.yezhihao:netmc:jar:2.0.8.RELEASE'<dependency org="io.github.yezhihao" name="netmc" rev="2.0.8.RELEASE">
  <artifact name="netmc" type="jar" />
</dependency>@Grapes(
@Grab(group='io.github.yezhihao', module='netmc', version='2.0.8.RELEASE')
)libraryDependencies += "io.github.yezhihao" % "netmc" % "2.0.8.RELEASE"[io.github.yezhihao/netmc "2.0.8.RELEASE"]