icecp-module-template

Maven template for common ICECP module properties, profiles, dependencies, etc.

Лицензия

Лицензия

Группа

Группа

com.intel.icecp
Идентификатор

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

icecp-module-template
Последняя версия

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

0.2.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

icecp-module-template
Maven template for common ICECP module properties, profiles, dependencies, etc.
Ссылка на сайт

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

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

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

https://github.com/icecp/icecp-module-template

Скачать icecp-module-template

Имя Файла Размер
icecp-module-template-0.2.0.pom 19 KB
Обзор

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

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

Зависимости

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.hamcrest : hamcrest-core jar 1.3
org.mockito : mockito-core jar 1.10.19

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

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

icecp-module-template

This repository provides a parent POM for quicker module development. It provides common properties, profiles, dependencies, etc., that the team has found useful while developing modules.

Install

  1. Run mvn install

Use

Insert the following in the module that will use this module's properties:

<parent>
    <groupId>com.intel.icecp</groupId>
    <artifactId>icecp-module-template</artifactId>
    <version>LATEST</version>
</parent>

LATEST will ensure the latest template is retrieved which means any updates to the template will be reflected in the descending modules; if these updates are undesired, the specific POM version should be used, e.g. 0.1.0

License

Copyright © 2016, Intel Corporation

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

com.intel.icecp

ICECP

Information-Centric Edge Compute Platform

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

Версия
0.2.0