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