is not current version
Last Version 5.0

org.eclipse.microprofile:microprofile-spec 1.4


Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.microprofile
ArtifactId

ArtifactId

microprofile-spec
Version

Version

1.4
Type

Type

pom

Download microprofile-spec 1.4


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