is not current version
Last Version 5.0

org.eclipse.microprofile:microprofile 1.3

The MicroProfile "Bill of Materials"

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.microprofile
ArtifactId

ArtifactId

microprofile
Version

Version

1.3
Type

Type

pom

Download microprofile 1.3

Filename Size
microprofile-1.3.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile/microprofile/ -->
<dependency>
    <groupId>org.eclipse.microprofile</groupId>
    <artifactId>microprofile</artifactId>
    <version>1.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile/microprofile/
implementation 'org.eclipse.microprofile:microprofile:1.3'
// https://jarcasting.com/artifacts/org.eclipse.microprofile/microprofile/
implementation ("org.eclipse.microprofile:microprofile:1.3")
'org.eclipse.microprofile:microprofile:pom:1.3'
<dependency org="org.eclipse.microprofile" name="microprofile" rev="1.3">
  <artifact name="microprofile" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile', module='microprofile', version='1.3')
)
libraryDependencies += "org.eclipse.microprofile" % "microprofile" % "1.3"
[org.eclipse.microprofile/microprofile "1.3"]