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