Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.microprofile |
ArtifactId | ArtifactIdmicroprofile-spec |
Version | Version4.1-RC1 |
Type | Typepom |
Filename | Size |
---|---|
microprofile-spec-4.1-RC1.pom | |
microprofile-spec-4.1-RC1.pdf | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile/microprofile-spec/ -->
<dependency>
<groupId>org.eclipse.microprofile</groupId>
<artifactId>microprofile-spec</artifactId>
<version>4.1-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile/microprofile-spec/
implementation 'org.eclipse.microprofile:microprofile-spec:4.1-RC1'
// https://jarcasting.com/artifacts/org.eclipse.microprofile/microprofile-spec/
implementation ("org.eclipse.microprofile:microprofile-spec:4.1-RC1")
'org.eclipse.microprofile:microprofile-spec:pom:4.1-RC1'
<dependency org="org.eclipse.microprofile" name="microprofile-spec" rev="4.1-RC1">
<artifact name="microprofile-spec" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile', module='microprofile-spec', version='4.1-RC1')
)
libraryDependencies += "org.eclipse.microprofile" % "microprofile-spec" % "4.1-RC1"
[org.eclipse.microprofile/microprofile-spec "4.1-RC1"]