ninja-lite

Parent pom for all Fizzed maven projects

License

License

Categories

Categories

Ninja User Interface Web Frameworks
GroupId

GroupId

com.fizzed
ArtifactId

ArtifactId

ninja-lite
Last Version

Last Version

6.2.2-1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project Organization

Fizzed, Inc

Download ninja-lite

How to add to project

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

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