| GroupId | GroupIdtv.hd3g.commons | 
    
|---|---|
| ArtifactId | ArtifactIdparent-persistence | 
    
| Version | Version2.1.16.RELEASE-1 | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| parent-persistence-2.1.16.RELEASE-1.pom | 955 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/tv.hd3g.commons/parent-persistence/ -->
<dependency>
    <groupId>tv.hd3g.commons</groupId>
    <artifactId>parent-persistence</artifactId>
    <version>2.1.16.RELEASE-1</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/tv.hd3g.commons/parent-persistence/
implementation 'tv.hd3g.commons:parent-persistence:2.1.16.RELEASE-1'
                // https://jarcasting.com/artifacts/tv.hd3g.commons/parent-persistence/
implementation ("tv.hd3g.commons:parent-persistence:2.1.16.RELEASE-1")
                'tv.hd3g.commons:parent-persistence:pom:2.1.16.RELEASE-1'
                <dependency org="tv.hd3g.commons" name="parent-persistence" rev="2.1.16.RELEASE-1">
  <artifact name="parent-persistence" type="pom" />
</dependency>
                @Grapes(
@Grab(group='tv.hd3g.commons', module='parent-persistence', version='2.1.16.RELEASE-1')
)
                libraryDependencies += "tv.hd3g.commons" % "parent-persistence" % "2.1.16.RELEASE-1"
                [tv.hd3g.commons/parent-persistence "2.1.16.RELEASE-1"]