License |
License |
---|---|
Categories |
CategoriesApache TomEE Container Application Servers |
GroupId | GroupIdorg.apache.tomee |
ArtifactId | ArtifactIdmp-common |
Last Version | Last Version8.0.12 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTomEE :: TomEE :: MicroProfile Common
Apache OpenEJB is an open source, modular, configurable and extensible EJB Container System and EJB Server.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
mp-common-8.0.12.pom | |
mp-common-8.0.12.jar | 32 KB |
mp-common-8.0.12-sources.jar | 19 KB |
mp-common-8.0.12-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.tomee/mp-common/ -->
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>mp-common</artifactId>
<version>8.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tomee/mp-common/
implementation 'org.apache.tomee:mp-common:8.0.12'
// https://jarcasting.com/artifacts/org.apache.tomee/mp-common/
implementation ("org.apache.tomee:mp-common:8.0.12")
'org.apache.tomee:mp-common:jar:8.0.12'
<dependency org="org.apache.tomee" name="mp-common" rev="8.0.12">
<artifact name="mp-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tomee', module='mp-common', version='8.0.12')
)
libraryDependencies += "org.apache.tomee" % "mp-common" % "8.0.12"
[org.apache.tomee/mp-common "8.0.12"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.tomee : javaee-api | jar | 8.0-6 |
org.apache.tomee : tomee-catalina | jar | 8.0.12 |
org.apache.tomee : openejb-rest | jar | 8.0.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |