| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.mydotey.circularbuffer | 
    
| ArtifactId | ArtifactIdparent | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionparent 
            circular buffer 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organizationmydotey.org | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| parent-1.0.0.pom | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.mydotey.circularbuffer/parent/ -->
<dependency>
    <groupId>org.mydotey.circularbuffer</groupId>
    <artifactId>parent</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.mydotey.circularbuffer/parent/
implementation 'org.mydotey.circularbuffer:parent:1.0.0'
                // https://jarcasting.com/artifacts/org.mydotey.circularbuffer/parent/
implementation ("org.mydotey.circularbuffer:parent:1.0.0")
                'org.mydotey.circularbuffer:parent:pom:1.0.0'
                <dependency org="org.mydotey.circularbuffer" name="parent" rev="1.0.0">
  <artifact name="parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.mydotey.circularbuffer', module='parent', version='1.0.0')
)
                libraryDependencies += "org.mydotey.circularbuffer" % "parent" % "1.0.0"
                [org.mydotey.circularbuffer/parent "1.0.0"]