MyController parent pom

MyController parent pom file used across

Лицензия

Лицензия

Группа

Группа

org.mycontroller
Идентификатор

Идентификатор

mycontroller-parent
Последняя версия

Последняя версия

43
Дата

Дата

Тип

Тип

pom
Описание

Описание

MyController parent pom
MyController parent pom file used across
Ссылка на сайт

Ссылка на сайт

https://github.com/mycontroller-org
Система контроля версий

Система контроля версий

https://github.com/mycontroller-org/mycontroller-parent-pom

Скачать mycontroller-parent

Имя Файла Размер
mycontroller-parent-43.pom 35 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.mycontroller/mycontroller-parent/ -->
<dependency>
    <groupId>org.mycontroller</groupId>
    <artifactId>mycontroller-parent</artifactId>
    <version>43</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mycontroller/mycontroller-parent/
implementation 'org.mycontroller:mycontroller-parent:43'
// https://jarcasting.com/artifacts/org.mycontroller/mycontroller-parent/
implementation ("org.mycontroller:mycontroller-parent:43")
'org.mycontroller:mycontroller-parent:pom:43'
<dependency org="org.mycontroller" name="mycontroller-parent" rev="43">
  <artifact name="mycontroller-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mycontroller', module='mycontroller-parent', version='43')
)
libraryDependencies += "org.mycontroller" % "mycontroller-parent" % "43"
[org.mycontroller/mycontroller-parent "43"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

mycontroller-parent-pom

A common configuration base for building MyController projects.

How to use

To use this mycontroller-parent-pom as the base of your project, just add the following snippet at the beginning of your project’s pom.xml file:

  <parent>
    <groupId>org.mycontroller</groupId>
    <artifactId>mycontroller-parent</artifactId>
    <version>1</version>
  </parent>
org.mycontroller

MyController.org

The Open Source Controller

Версии библиотеки

Версия
43
42
41
40
39
38
37
36
34
33
32
31
30
29
28
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1