License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdorg.apache.cayenne.plugins |
ArtifactId | ArtifactIdcayenne-gradle-plugin |
Version | Version4.2.M3 |
Type | Typepom |
Description |
Descriptioncayenne-gradle-plugin: Cayenne Gradle Plugin
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 |
<!-- https://jarcasting.com/artifacts/org.apache.cayenne.plugins/cayenne-gradle-plugin/ -->
<dependency>
<groupId>org.apache.cayenne.plugins</groupId>
<artifactId>cayenne-gradle-plugin</artifactId>
<version>4.2.M3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cayenne.plugins/cayenne-gradle-plugin/
implementation 'org.apache.cayenne.plugins:cayenne-gradle-plugin:4.2.M3'
// https://jarcasting.com/artifacts/org.apache.cayenne.plugins/cayenne-gradle-plugin/
implementation ("org.apache.cayenne.plugins:cayenne-gradle-plugin:4.2.M3")
'org.apache.cayenne.plugins:cayenne-gradle-plugin:pom:4.2.M3'
<dependency org="org.apache.cayenne.plugins" name="cayenne-gradle-plugin" rev="4.2.M3">
<artifact name="cayenne-gradle-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.cayenne.plugins', module='cayenne-gradle-plugin', version='4.2.M3')
)
libraryDependencies += "org.apache.cayenne.plugins" % "cayenne-gradle-plugin" % "4.2.M3"
[org.apache.cayenne.plugins/cayenne-gradle-plugin "4.2.M3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.cayenne : cayenne-cgen | jar | 4.2.M3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.apache.cayenne.build-tools » cayenne-test-utilities | jar | 4.2.M3 |
org.apache.derby : derby | jar | 10.14.2.0 |