| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdorg.bitstrings.eclipse.m2e.connectors | 
    
| ArtifactId | ArtifactIdparent | 
    
| Version | Version3 | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionm2e :: Connectors :: Parent 
            Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ 
         | 
    
| Project Organization | 
                    Project Organizationbitstrings.org | 
            
| Filename | Size | 
|---|---|
| parent-3.pom | 8 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.bitstrings.eclipse.m2e.connectors/parent/ -->
<dependency>
    <groupId>org.bitstrings.eclipse.m2e.connectors</groupId>
    <artifactId>parent</artifactId>
    <version>3</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.bitstrings.eclipse.m2e.connectors/parent/
implementation 'org.bitstrings.eclipse.m2e.connectors:parent:3'
                // https://jarcasting.com/artifacts/org.bitstrings.eclipse.m2e.connectors/parent/
implementation ("org.bitstrings.eclipse.m2e.connectors:parent:3")
                'org.bitstrings.eclipse.m2e.connectors:parent:pom:3'
                <dependency org="org.bitstrings.eclipse.m2e.connectors" name="parent" rev="3">
  <artifact name="parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.bitstrings.eclipse.m2e.connectors', module='parent', version='3')
)
                libraryDependencies += "org.bitstrings.eclipse.m2e.connectors" % "parent" % "3"
                [org.bitstrings.eclipse.m2e.connectors/parent "3"]