Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.microprofile |
ArtifactId | ArtifactIdmicroprofile |
Version | Version3.3 |
Type | Typejar |
Filename | Size |
---|---|
microprofile-3.3.pom | 13 KB |
microprofile-3.3-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile/microprofile/ -->
<dependency>
<groupId>org.eclipse.microprofile</groupId>
<artifactId>microprofile</artifactId>
<version>3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile/microprofile/
implementation 'org.eclipse.microprofile:microprofile:3.3'
// https://jarcasting.com/artifacts/org.eclipse.microprofile/microprofile/
implementation ("org.eclipse.microprofile:microprofile:3.3")
'org.eclipse.microprofile:microprofile:jar:3.3'
<dependency org="org.eclipse.microprofile" name="microprofile" rev="3.3">
<artifact name="microprofile" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile', module='microprofile', version='3.3')
)
libraryDependencies += "org.eclipse.microprofile" % "microprofile" % "3.3"
[org.eclipse.microprofile/microprofile "3.3"]