License |
License |
---|---|
GroupId | GroupIdorg.apache.cayenne |
ArtifactId | ArtifactIdcayenne-parent |
Last Version | Last Version4.2.RC1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncayenne-parent: Top-level parent of Cayenne modules
Apache Cayenne is a powerful, full-featured, and open source
Java framework, plus developer tools, that provides Object
Relational Mapping (ORM) and remoting services for persistence.
The software is licensed under the Apache License.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cayenne-parent-4.2.RC1.pom | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cayenne/cayenne-parent/ -->
<dependency>
<groupId>org.apache.cayenne</groupId>
<artifactId>cayenne-parent</artifactId>
<version>4.2.RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cayenne/cayenne-parent/
implementation 'org.apache.cayenne:cayenne-parent:4.2.RC1'
// https://jarcasting.com/artifacts/org.apache.cayenne/cayenne-parent/
implementation ("org.apache.cayenne:cayenne-parent:4.2.RC1")
'org.apache.cayenne:cayenne-parent:pom:4.2.RC1'
<dependency org="org.apache.cayenne" name="cayenne-parent" rev="4.2.RC1">
<artifact name="cayenne-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.cayenne', module='cayenne-parent', version='4.2.RC1')
)
libraryDependencies += "org.apache.cayenne" % "cayenne-parent" % "4.2.RC1"
[org.apache.cayenne/cayenne-parent "4.2.RC1"]