| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesNet | 
        
| GroupId | GroupIdml.dcjz.common | 
    
| ArtifactId | ArtifactIdnet | 
    
| Last Version | Last Version1.0.3 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionnet 
            net for libs 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| net-1.0.3.pom | |
| net-1.0.3.jar | 13 KB | 
| net-1.0.3-sources.jar | 261 bytes | 
| net-1.0.3-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/ml.dcjz.common/net/ -->
<dependency>
    <groupId>ml.dcjz.common</groupId>
    <artifactId>net</artifactId>
    <version>1.0.3</version>
</dependency>
                // https://jarcasting.com/artifacts/ml.dcjz.common/net/
implementation 'ml.dcjz.common:net:1.0.3'
                // https://jarcasting.com/artifacts/ml.dcjz.common/net/
implementation ("ml.dcjz.common:net:1.0.3")
                'ml.dcjz.common:net:jar:1.0.3'
                <dependency org="ml.dcjz.common" name="net" rev="1.0.3">
  <artifact name="net" type="jar" />
</dependency>
                @Grapes(
@Grab(group='ml.dcjz.common', module='net', version='1.0.3')
)
                libraryDependencies += "ml.dcjz.common" % "net" % "1.0.3"
                [ml.dcjz.common/net "1.0.3"]