| GroupId | GroupIdcom.github.life-lab | 
    
|---|---|
| ArtifactId | ArtifactIdcommon-model | 
    
| Version | Version0.0.7-RELEASE | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| common-model-0.0.7-RELEASE.pom | |
| common-model-0.0.7-RELEASE.jar | 19 KB | 
| common-model-0.0.7-RELEASE-sources.jar | 8 KB | 
| common-model-0.0.7-RELEASE-javadoc.jar | 104 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.life-lab/common-model/ -->
<dependency>
    <groupId>com.github.life-lab</groupId>
    <artifactId>common-model</artifactId>
    <version>0.0.7-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.life-lab/common-model/
implementation 'com.github.life-lab:common-model:0.0.7-RELEASE'
                // https://jarcasting.com/artifacts/com.github.life-lab/common-model/
implementation ("com.github.life-lab:common-model:0.0.7-RELEASE")
                'com.github.life-lab:common-model:jar:0.0.7-RELEASE'
                <dependency org="com.github.life-lab" name="common-model" rev="0.0.7-RELEASE">
  <artifact name="common-model" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.life-lab', module='common-model', version='0.0.7-RELEASE')
)
                libraryDependencies += "com.github.life-lab" % "common-model" % "0.0.7-RELEASE"
                [com.github.life-lab/common-model "0.0.7-RELEASE"]