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