ninja-executors

Parent pom for all Fizzed maven projects

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

6.2.2-2
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

Fizzed, Inc

Скачать ninja-executors

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.fizzed : crux-util jar 0.23.0

provided (1)

Идентификатор библиотеки Тип Версия
org.ninjaframework : ninja-core jar 6.2.2

test (4)

Идентификатор библиотеки Тип Версия
org.ninjaframework : ninja-test-utilities jar 6.2.2
org.hamcrest : java-hamcrest jar 2.0.0.0
junit : junit jar 4.12
org.mockito : mockito-core jar 2.15.0

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

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

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
6.2.2-1