is not current version
Last Version 5.0

org.eclipse.microprofile:microprofile 3.2

The MicroProfile Specification and Information Repository

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.microprofile
ArtifactId

ArtifactId

microprofile
Version

Version

3.2
Type

Type

jar

Download microprofile 3.2


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