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