MVN

net.nextpulse : jadmin

Maven & Gradle

Jan 08, 2022
5 stars

JAdmin · A flexible admin panel for CRUD operations on various data.

<dependency>
    <groupId>net.nextpulse</groupId>
    <artifactId>jadmin</artifactId>
    <version>0.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.nextpulse : jadmin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.4

All Versions

Choose a version of net.nextpulse : jadmin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
jadmin-0.5.4
jadmin-0.5.3
jadmin-0.5.2
jadmin-0.5.1
jadmin-0.5.0
0.4.x
jadmin-0.4.0
0.3.x
jadmin-0.3.2
jadmin-0.3.1
jadmin-0.3.0
0.2.x
jadmin-0.2.0
0.1.x
jadmin-0.1.1
jadmin-0.1.0

How to add a dependency to Maven

Add the following net.nextpulse : jadmin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.nextpulse</groupId>
    <artifactId>jadmin</artifactId>
    <version>0.5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.nextpulse : jadmin gradle dependency to your build.gradle file:

implementation 'net.nextpulse:jadmin:0.5.4'

Gradle Kotlin DSL: Add the following net.nextpulse : jadmin gradle kotlin dependency to your build.gradle.kts file:

implementation("net.nextpulse:jadmin:0.5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.nextpulse : jadmin sbt scala dependency to your build.sbt file:

libraryDependencies += "net.nextpulse" % "jadmin" % "0.5.4"

Advertisement