Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.bitstrings.eclipse.m2e |
ArtifactId | ArtifactIdm2e-parent |
Version | Version2.0.0 |
Type | Typepom |
Filename | Size |
---|---|
m2e-parent-2.0.0.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitstrings.eclipse.m2e/m2e-parent/ -->
<dependency>
<groupId>org.bitstrings.eclipse.m2e</groupId>
<artifactId>m2e-parent</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bitstrings.eclipse.m2e/m2e-parent/
implementation 'org.bitstrings.eclipse.m2e:m2e-parent:2.0.0'
// https://jarcasting.com/artifacts/org.bitstrings.eclipse.m2e/m2e-parent/
implementation ("org.bitstrings.eclipse.m2e:m2e-parent:2.0.0")
'org.bitstrings.eclipse.m2e:m2e-parent:pom:2.0.0'
<dependency org="org.bitstrings.eclipse.m2e" name="m2e-parent" rev="2.0.0">
<artifact name="m2e-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bitstrings.eclipse.m2e', module='m2e-parent', version='2.0.0')
)
libraryDependencies += "org.bitstrings.eclipse.m2e" % "m2e-parent" % "2.0.0"
[org.bitstrings.eclipse.m2e/m2e-parent "2.0.0"]