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