License |
License |
---|---|
GroupId | GroupIdorg.apache.cayenne.plugins |
ArtifactId | ArtifactIdcayenne-plugins-parent |
Version | Version4.0.M4 |
Type | Typepom |
Description |
DescriptionCayenne Maven Plugins
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-plugins-parent-4.0.M4.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cayenne.plugins/cayenne-plugins-parent/ -->
<dependency>
<groupId>org.apache.cayenne.plugins</groupId>
<artifactId>cayenne-plugins-parent</artifactId>
<version>4.0.M4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cayenne.plugins/cayenne-plugins-parent/
implementation 'org.apache.cayenne.plugins:cayenne-plugins-parent:4.0.M4'
// https://jarcasting.com/artifacts/org.apache.cayenne.plugins/cayenne-plugins-parent/
implementation ("org.apache.cayenne.plugins:cayenne-plugins-parent:4.0.M4")
'org.apache.cayenne.plugins:cayenne-plugins-parent:pom:4.0.M4'
<dependency org="org.apache.cayenne.plugins" name="cayenne-plugins-parent" rev="4.0.M4">
<artifact name="cayenne-plugins-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.cayenne.plugins', module='cayenne-plugins-parent', version='4.0.M4')
)
libraryDependencies += "org.apache.cayenne.plugins" % "cayenne-plugins-parent" % "4.0.M4"
[org.apache.cayenne.plugins/cayenne-plugins-parent "4.0.M4"]