| License |
License |
|---|---|
| Categories |
CategoriesGradle Build Tools |
| GroupId | GroupIdorg.apache.cayenne.plugins |
| ArtifactId | ArtifactIdcayenne-gradle-plugin |
| Last Version | Last Version4.2.RC1 |
| Release Date | Release Date |
| 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 |
| Filename | Size |
|---|---|
| cayenne-gradle-plugin-4.2.RC1.pom | |
| cayenne-gradle-plugin-4.2.RC1.jar | 5 KB |
| Browse |
<!-- 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.RC1</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.RC1'
// https://jarcasting.com/artifacts/org.apache.cayenne.plugins/cayenne-gradle-plugin/
implementation ("org.apache.cayenne.plugins:cayenne-gradle-plugin:4.2.RC1")
'org.apache.cayenne.plugins:cayenne-gradle-plugin:pom:4.2.RC1'
<dependency org="org.apache.cayenne.plugins" name="cayenne-gradle-plugin" rev="4.2.RC1">
<artifact name="cayenne-gradle-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.cayenne.plugins', module='cayenne-gradle-plugin', version='4.2.RC1')
)
libraryDependencies += "org.apache.cayenne.plugins" % "cayenne-gradle-plugin" % "4.2.RC1"
[org.apache.cayenne.plugins/cayenne-gradle-plugin "4.2.RC1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.cayenne : cayenne-cgen | jar | 4.2.RC1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.apache.cayenne.build-tools » cayenne-test-utilities | jar | 4.2.RC1 |
| org.apache.derby : derby | jar | 10.14.2.0 |