is not current version
Last Version 5.0

org.eclipse.microprofile:microprofile-spec 3.3


Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.microprofile
ArtifactId

ArtifactId

microprofile-spec
Version

Version

3.3
Type

Type

pom

Download microprofile-spec 3.3


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