ninja-bom-atom

Parent pom for all Fizzed maven projects

Лицензия

Лицензия

Категории

Категории

Ninja Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

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

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

ninja-bom-atom
Последняя версия

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

6.2.2-2
Дата

Дата

Тип

Тип

pom
Описание

Описание

ninja-bom-atom
Parent pom for all Fizzed maven projects
Организация-разработчик

Организация-разработчик

Fizzed, Inc

Скачать ninja-bom-atom

Имя Файла Размер
ninja-bom-atom-6.2.2-2.pom 5 KB
Обзор

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

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

Зависимости

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

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

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

Ninja Plus by Fizzed

Fizzed, Inc. (Follow on Twitter: @fizzed_inc)

Overview

Modules and functionality that the Ninja Framework should/will add at some point. Also helps provide a Maven Bill of Materials to make building projects simpler.

Usage

Import ninja-plus pom in your dependency management section.

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>com.fizzed</groupId>
            <artifactId>ninja-plus</artifactId>
            <version>6.2.2</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

In your dependencies you do not declare versions

<dependencies>
    <dependency>
        <groupId>org.ninjaframework</groupId>
        <artifactId>ninja-core</artifactId>
    </dependency>
    <dependency>
        <groupId>com.fizzed</groupId>
        <artifactId>ninja-lite</artifactId>
    </dependency>
</dependencies>
com.fizzed

Fizzed, Inc.

Helping companies launch and grow their mobile, web, and data products

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

Версия
6.2.2-2