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