| License | 
                License
                                                        MIT License                                                 
                             | 
        
|---|---|
| GroupId | GroupIdcom.github.huangbaol | 
    
| ArtifactId | ArtifactIdcommon | 
    
| Last Version | Last Version1.0.9 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptioncommon 
            some common classes 
         | 
    
| Filename | Size | 
|---|---|
| common-1.0.9.pom | |
| common-1.0.9.jar | 28 KB | 
| common-1.0.9-sources.jar | 20 KB | 
| common-1.0.9-javadoc.jar | 168 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.huangbaol/common/ -->
<dependency>
    <groupId>com.github.huangbaol</groupId>
    <artifactId>common</artifactId>
    <version>1.0.9</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.huangbaol/common/
implementation 'com.github.huangbaol:common:1.0.9'
                // https://jarcasting.com/artifacts/com.github.huangbaol/common/
implementation ("com.github.huangbaol:common:1.0.9")
                'com.github.huangbaol:common:jar:1.0.9'
                <dependency org="com.github.huangbaol" name="common" rev="1.0.9">
  <artifact name="common" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.huangbaol', module='common', version='1.0.9')
)
                libraryDependencies += "com.github.huangbaol" % "common" % "1.0.9"
                [com.github.huangbaol/common "1.0.9"]