is not current version
Last Version 5.0

org.eclipse.microprofile:microprofile-spec 4.0-M1


Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.microprofile
ArtifactId

ArtifactId

microprofile-spec
Version

Version

4.0-M1
Type

Type

pom

Download microprofile-spec 4.0-M1


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