Last Version

CMP tier for GlassFish 3.2-b06

This module bundles all the CMP related Maven modules together. Distributions that need CMP capability should depend on this module, instead of pulling in individual CMP modules separately.

License

License

CDDL + GPLv2 with classpath exception
Categories

Categories

GlassFish Container Application Servers
GroupId

GroupId

org.glassfish.persistence.cmp
ArtifactId

ArtifactId

cmp-all
Version

Version

3.2-b06
Type

Type

pom
Description

Description

CMP tier for GlassFish
This module bundles all the CMP related Maven modules together. Distributions that need CMP capability should depend on this module, instead of pulling in individual CMP modules separately.
Project Organization

Project Organization

GlassFish Community

Download cmp-all 3.2-b06

Filename Size
cmp-all-3.2-b06.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/org.glassfish.persistence.cmp/cmp-all/ -->
<dependency>
    <groupId>org.glassfish.persistence.cmp</groupId>
    <artifactId>cmp-all</artifactId>
    <version>3.2-b06</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.persistence.cmp/cmp-all/
implementation 'org.glassfish.persistence.cmp:cmp-all:3.2-b06'
// https://jarcasting.com/artifacts/org.glassfish.persistence.cmp/cmp-all/
implementation ("org.glassfish.persistence.cmp:cmp-all:3.2-b06")
'org.glassfish.persistence.cmp:cmp-all:pom:3.2-b06'
<dependency org="org.glassfish.persistence.cmp" name="cmp-all" rev="3.2-b06">
  <artifact name="cmp-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.persistence.cmp', module='cmp-all', version='3.2-b06')
)
libraryDependencies += "org.glassfish.persistence.cmp" % "cmp-all" % "3.2-b06"
[org.glassfish.persistence.cmp/cmp-all "3.2-b06"]

Dependencies

compile (9)

Group / Artifact Type Version
org.glassfish.persistence.cmp : cmp-internal-api jar 3.2-b06
org.glassfish.persistence.cmp : cmp-utility jar 3.2-b06
org.glassfish.persistence.cmp : cmp-model jar 3.2-b06
org.glassfish.persistence.cmp : cmp-generator-database jar 3.2-b06
org.glassfish.persistence.cmp : cmp-ejb-mapping jar 3.2-b06
org.glassfish.persistence.cmp : cmp-enhancer jar 3.2-b06
org.glassfish.persistence.cmp : cmp-support-sqlstore jar 3.2-b06
org.glassfish.persistence.cmp : cmp-support-ejb jar 3.2-b06
org.glassfish.persistence.cmp : cmp-scripts distribution-fragment 3.2-b06

test (1)

Group / Artifact Type Version
junit : junit Optional jar 4.3.1

Project Modules

There are no modules declared in this project.