is not current version
Last Version 5.0

org.eclipse.microprofile:microprofile 2.2-RC1

The MicroProfile Specification and Information Repository

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.microprofile
ArtifactId

ArtifactId

microprofile
Version

Version

2.2-RC1
Type

Type

pom

Download microprofile 2.2-RC1

Filename Size
microprofile-2.2-RC1.pom 12 KB
Browse

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