ninja-bom-atom

Parent pom for all Fizzed maven projects

License

License

Categories

Categories

Ninja User Interface Web Frameworks
GroupId

GroupId

com.fizzed
ArtifactId

ArtifactId

ninja-bom-atom
Last Version

Last Version

6.2.2-2
Release Date

Release Date

Type

Type

pom
Description

Description

ninja-bom-atom
Parent pom for all Fizzed maven projects
Project Organization

Project Organization

Fizzed, Inc

Download ninja-bom-atom

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

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