| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка |
| Группа | Группаorg.apache.cayenne.plugins |
| Идентификатор | Идентификаторcayenne-maven-plugins-parent |
| Последняя версия | Последняя версия4.2.RC1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеcayenne-maven-plugins-parent: Maven Plugins parent
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.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| cayenne-maven-plugins-parent-4.2.RC1.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.cayenne.plugins/cayenne-maven-plugins-parent/ -->
<dependency>
<groupId>org.apache.cayenne.plugins</groupId>
<artifactId>cayenne-maven-plugins-parent</artifactId>
<version>4.2.RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cayenne.plugins/cayenne-maven-plugins-parent/
implementation 'org.apache.cayenne.plugins:cayenne-maven-plugins-parent:4.2.RC1'
// https://jarcasting.com/artifacts/org.apache.cayenne.plugins/cayenne-maven-plugins-parent/
implementation ("org.apache.cayenne.plugins:cayenne-maven-plugins-parent:4.2.RC1")
'org.apache.cayenne.plugins:cayenne-maven-plugins-parent:pom:4.2.RC1'
<dependency org="org.apache.cayenne.plugins" name="cayenne-maven-plugins-parent" rev="4.2.RC1">
<artifact name="cayenne-maven-plugins-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.cayenne.plugins', module='cayenne-maven-plugins-parent', version='4.2.RC1')
)
libraryDependencies += "org.apache.cayenne.plugins" % "cayenne-maven-plugins-parent" % "4.2.RC1"
[org.apache.cayenne.plugins/cayenne-maven-plugins-parent "4.2.RC1"]