Categories |
CategoriesApache TomEE Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.tomee.bom |
ArtifactId | ArtifactIdtomee-microprofile |
Version | Version8.0.4 |
Type | Typepom |
Filename | Size |
---|---|
tomee-microprofile-8.0.4.pom | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.tomee.bom/tomee-microprofile/ -->
<dependency>
<groupId>org.apache.tomee.bom</groupId>
<artifactId>tomee-microprofile</artifactId>
<version>8.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tomee.bom/tomee-microprofile/
implementation 'org.apache.tomee.bom:tomee-microprofile:8.0.4'
// https://jarcasting.com/artifacts/org.apache.tomee.bom/tomee-microprofile/
implementation ("org.apache.tomee.bom:tomee-microprofile:8.0.4")
'org.apache.tomee.bom:tomee-microprofile:pom:8.0.4'
<dependency org="org.apache.tomee.bom" name="tomee-microprofile" rev="8.0.4">
<artifact name="tomee-microprofile" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.tomee.bom', module='tomee-microprofile', version='8.0.4')
)
libraryDependencies += "org.apache.tomee.bom" % "tomee-microprofile" % "8.0.4"
[org.apache.tomee.bom/tomee-microprofile "8.0.4"]