License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.microprofile |
ArtifactId | ArtifactIdmicroprofile-spec |
Last Version | Last Version5.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMicroProfile Specification
The MicroProfile Specification and Information Repository
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
microprofile-spec-5.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile/microprofile-spec/ -->
<dependency>
<groupId>org.eclipse.microprofile</groupId>
<artifactId>microprofile-spec</artifactId>
<version>5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile/microprofile-spec/
implementation 'org.eclipse.microprofile:microprofile-spec:5.0'
// https://jarcasting.com/artifacts/org.eclipse.microprofile/microprofile-spec/
implementation ("org.eclipse.microprofile:microprofile-spec:5.0")
'org.eclipse.microprofile:microprofile-spec:pom:5.0'
<dependency org="org.eclipse.microprofile" name="microprofile-spec" rev="5.0">
<artifact name="microprofile-spec" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile', module='microprofile-spec', version='5.0')
)
libraryDependencies += "org.eclipse.microprofile" % "microprofile-spec" % "5.0"
[org.eclipse.microprofile/microprofile-spec "5.0"]