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