| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка Сеть |
| Группа | Группаnet.sf.oqt |
| Идентификатор | Идентификаторoqt-maven-plugin-parent |
| Последняя версия | Последняя версия0.3 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеMaven OpenJPA Query Translator Plugin (parent)
This is the parent pom for developing the Maven OpenJPA-Query-Translator plugin
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| oqt-maven-plugin-parent-0.3.pom | 10 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sf.oqt/oqt-maven-plugin-parent/ -->
<dependency>
<groupId>net.sf.oqt</groupId>
<artifactId>oqt-maven-plugin-parent</artifactId>
<version>0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.oqt/oqt-maven-plugin-parent/
implementation 'net.sf.oqt:oqt-maven-plugin-parent:0.3'
// https://jarcasting.com/artifacts/net.sf.oqt/oqt-maven-plugin-parent/
implementation ("net.sf.oqt:oqt-maven-plugin-parent:0.3")
'net.sf.oqt:oqt-maven-plugin-parent:pom:0.3'
<dependency org="net.sf.oqt" name="oqt-maven-plugin-parent" rev="0.3">
<artifact name="oqt-maven-plugin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.oqt', module='oqt-maven-plugin-parent', version='0.3')
)
libraryDependencies += "net.sf.oqt" % "oqt-maven-plugin-parent" % "0.3"
[net.sf.oqt/oqt-maven-plugin-parent "0.3"]