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