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