| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.eclipse.microprofile |
| ArtifactId | ArtifactIdmicroprofile-parent |
| Last Version | Last Version2.5 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionMicroProfile Parent POM
MicroProfile Parent POM
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| microprofile-parent-2.5.pom | 42 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile/microprofile-parent/ -->
<dependency>
<groupId>org.eclipse.microprofile</groupId>
<artifactId>microprofile-parent</artifactId>
<version>2.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile/microprofile-parent/
implementation 'org.eclipse.microprofile:microprofile-parent:2.5'
// https://jarcasting.com/artifacts/org.eclipse.microprofile/microprofile-parent/
implementation ("org.eclipse.microprofile:microprofile-parent:2.5")
'org.eclipse.microprofile:microprofile-parent:pom:2.5'
<dependency org="org.eclipse.microprofile" name="microprofile-parent" rev="2.5">
<artifact name="microprofile-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile', module='microprofile-parent', version='2.5')
)
libraryDependencies += "org.eclipse.microprofile" % "microprofile-parent" % "2.5"
[org.eclipse.microprofile/microprofile-parent "2.5"]