| GroupId | GroupIdcom.github.xujiaji.mk | 
    
|---|---|
| ArtifactId | ArtifactIdmk-common | 
    
| Version | Version1.0.0-beta6 | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| mk-common-1.0.0-beta6.pom | 635 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.xujiaji.mk/mk-common/ -->
<dependency>
    <groupId>com.github.xujiaji.mk</groupId>
    <artifactId>mk-common</artifactId>
    <version>1.0.0-beta6</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.github.xujiaji.mk/mk-common/
implementation 'com.github.xujiaji.mk:mk-common:1.0.0-beta6'
                // https://jarcasting.com/artifacts/com.github.xujiaji.mk/mk-common/
implementation ("com.github.xujiaji.mk:mk-common:1.0.0-beta6")
                'com.github.xujiaji.mk:mk-common:pom:1.0.0-beta6'
                <dependency org="com.github.xujiaji.mk" name="mk-common" rev="1.0.0-beta6">
  <artifact name="mk-common" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.github.xujiaji.mk', module='mk-common', version='1.0.0-beta6')
)
                libraryDependencies += "com.github.xujiaji.mk" % "mk-common" % "1.0.0-beta6"
                [com.github.xujiaji.mk/mk-common "1.0.0-beta6"]