| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка |
| Группа | Группаcom.mycila |
| Идентификатор | Идентификаторlicense-maven-plugin-parent |
| Последняя версия | Последняя версия4.2.rc3 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеlicense-maven-plugin-parent
Contains a Maven 2 plugin to check and update license headers in source files and its optional
dependencies
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| license-maven-plugin-parent-4.2.rc3.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.mycila/license-maven-plugin-parent/ -->
<dependency>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin-parent</artifactId>
<version>4.2.rc3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.mycila/license-maven-plugin-parent/
implementation 'com.mycila:license-maven-plugin-parent:4.2.rc3'
// https://jarcasting.com/artifacts/com.mycila/license-maven-plugin-parent/
implementation ("com.mycila:license-maven-plugin-parent:4.2.rc3")
'com.mycila:license-maven-plugin-parent:pom:4.2.rc3'
<dependency org="com.mycila" name="license-maven-plugin-parent" rev="4.2.rc3">
<artifact name="license-maven-plugin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.mycila', module='license-maven-plugin-parent', version='4.2.rc3')
)
libraryDependencies += "com.mycila" % "license-maven-plugin-parent" % "4.2.rc3"
[com.mycila/license-maven-plugin-parent "4.2.rc3"]