| GroupId | GroupIdcom.github.life-lab | 
    
|---|---|
| ArtifactId | ArtifactIdcommon-framework | 
    
| Version | Version0.0.2-RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.github.life-lab/common-framework/ -->
<dependency>
    <groupId>com.github.life-lab</groupId>
    <artifactId>common-framework</artifactId>
    <version>0.0.2-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.life-lab/common-framework/
implementation 'com.github.life-lab:common-framework:0.0.2-RELEASE'
                // https://jarcasting.com/artifacts/com.github.life-lab/common-framework/
implementation ("com.github.life-lab:common-framework:0.0.2-RELEASE")
                'com.github.life-lab:common-framework:jar:0.0.2-RELEASE'
                <dependency org="com.github.life-lab" name="common-framework" rev="0.0.2-RELEASE">
  <artifact name="common-framework" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.life-lab', module='common-framework', version='0.0.2-RELEASE')
)
                libraryDependencies += "com.github.life-lab" % "common-framework" % "0.0.2-RELEASE"
                [com.github.life-lab/common-framework "0.0.2-RELEASE"]