| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdorg.bitstrings.eclipse.m2e | 
| ArtifactId | ArtifactIdparent | 
| Version | Version1 | 
| 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 | 
| Filename | Size | 
|---|---|
| parent-1.pom | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.bitstrings.eclipse.m2e/parent/ -->
<dependency>
    <groupId>org.bitstrings.eclipse.m2e</groupId>
    <artifactId>parent</artifactId>
    <version>1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.bitstrings.eclipse.m2e/parent/
implementation 'org.bitstrings.eclipse.m2e:parent:1'// https://jarcasting.com/artifacts/org.bitstrings.eclipse.m2e/parent/
implementation ("org.bitstrings.eclipse.m2e:parent:1")'org.bitstrings.eclipse.m2e:parent:pom:1'<dependency org="org.bitstrings.eclipse.m2e" name="parent" rev="1">
  <artifact name="parent" type="pom" />
</dependency>@Grapes(
@Grab(group='org.bitstrings.eclipse.m2e', module='parent', version='1')
)libraryDependencies += "org.bitstrings.eclipse.m2e" % "parent" % "1"[org.bitstrings.eclipse.m2e/parent "1"]