ninja-extras

Parent pom for all Fizzed maven projects

License

License

Categories

Categories

Ninja User Interface Web Frameworks
GroupId

GroupId

com.fizzed
ArtifactId

ArtifactId

ninja-extras
Last Version

Last Version

6.2.2-2
Release Date

Release Date

Type

Type

jar
Description

Description

ninja-extras
Parent pom for all Fizzed maven projects
Project Organization

Project Organization

Fizzed, Inc

Download ninja-extras

How to add to project

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

Dependencies

provided (1)

Group / Artifact Type Version
org.ninjaframework : ninja-core jar 6.2.2

Project Modules

There are no modules declared in this project.

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

Versions

Version
6.2.2-2