| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcool.lazy-cat | 
    
| ArtifactId | ArtifactIdparent | 
    
| Last Version | Last Version2.4.0 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionlazy-cat-parent 
            parent project 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| parent-2.4.0.pom | 8 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/cool.lazy-cat/parent/ -->
<dependency>
    <groupId>cool.lazy-cat</groupId>
    <artifactId>parent</artifactId>
    <version>2.4.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/cool.lazy-cat/parent/
implementation 'cool.lazy-cat:parent:2.4.0'
                // https://jarcasting.com/artifacts/cool.lazy-cat/parent/
implementation ("cool.lazy-cat:parent:2.4.0")
                'cool.lazy-cat:parent:pom:2.4.0'
                <dependency org="cool.lazy-cat" name="parent" rev="2.4.0">
  <artifact name="parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='cool.lazy-cat', module='parent', version='2.4.0')
)
                libraryDependencies += "cool.lazy-cat" % "parent" % "2.4.0"
                [cool.lazy-cat/parent "2.4.0"]