License |
License |
---|---|
GroupId | GroupIdorg.apache.cayenne.tutorials |
ArtifactId | ArtifactIdcayenne-tutorials-parent |
Last Version | Last Version4.2.RC1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncayenne-tutorials-parent: Cayenne Tutorials
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 Organization |
Project Organization |
Filename | Size |
---|---|
cayenne-tutorials-parent-4.2.RC1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cayenne.tutorials/cayenne-tutorials-parent/ -->
<dependency>
<groupId>org.apache.cayenne.tutorials</groupId>
<artifactId>cayenne-tutorials-parent</artifactId>
<version>4.2.RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cayenne.tutorials/cayenne-tutorials-parent/
implementation 'org.apache.cayenne.tutorials:cayenne-tutorials-parent:4.2.RC1'
// https://jarcasting.com/artifacts/org.apache.cayenne.tutorials/cayenne-tutorials-parent/
implementation ("org.apache.cayenne.tutorials:cayenne-tutorials-parent:4.2.RC1")
'org.apache.cayenne.tutorials:cayenne-tutorials-parent:pom:4.2.RC1'
<dependency org="org.apache.cayenne.tutorials" name="cayenne-tutorials-parent" rev="4.2.RC1">
<artifact name="cayenne-tutorials-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.cayenne.tutorials', module='cayenne-tutorials-parent', version='4.2.RC1')
)
libraryDependencies += "org.apache.cayenne.tutorials" % "cayenne-tutorials-parent" % "4.2.RC1"
[org.apache.cayenne.tutorials/cayenne-tutorials-parent "4.2.RC1"]