MVN

com.github.nalukit : nalu-plugin-elemento

Maven & Gradle

Aug 12, 2023
62 stars

Nalu's Elemento Plugin

<dependency>
    <groupId>com.github.nalukit</groupId>
    <artifactId>nalu-plugin-elemento</artifactId>
    <version>2.12.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.nalukit : nalu-plugin-elemento to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.12.5
  • Latest Release Candidate: 2.0.0-rc-3

All Versions

Choose a version of com.github.nalukit : nalu-plugin-elemento to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v2.8.x
nalu-plugin-elemento-v2.8.0-gwt-2.8.2
2.12.x
nalu-plugin-elemento-2.12.5
nalu-plugin-elemento-2.12.4
nalu-plugin-elemento-2.12.2
nalu-plugin-elemento-2.12.1
nalu-plugin-elemento-2.12.0
2.11.x
nalu-plugin-elemento-2.11.3
nalu-plugin-elemento-2.11.2
nalu-plugin-elemento-2.11.1
nalu-plugin-elemento-2.11.0
2.10.x
nalu-plugin-elemento-2.10.1
nalu-plugin-elemento-2.10.1-gwt-2.8.2
nalu-plugin-elemento-2.10.0
nalu-plugin-elemento-2.10.0-gwt-2.8.2
2.9.x
nalu-plugin-elemento-2.9.0-gwt-2.8.2
nalu-plugin-elemento-2.9.0
2.8.x
nalu-plugin-elemento-2.8.0
nalu-plugin-elemento-2.8.0-gwt-2.8.2
2.7.x
nalu-plugin-elemento-2.7.2
nalu-plugin-elemento-2.7.2-gwt-2.8.2
nalu-plugin-elemento-2.7.1
nalu-plugin-elemento-2.7.1-gwt-2.8.2
nalu-plugin-elemento-2.7.0
nalu-plugin-elemento-2.7.0-gwt-2.8.2
2.6.x
nalu-plugin-elemento-2.6.0
nalu-plugin-elemento-2.6.0-gwt-2.8.2
2.5.x
nalu-plugin-elemento-2.5.0
nalu-plugin-elemento-2.5.0-gwt-2.8.2
2.4.x
nalu-plugin-elemento-2.4.2
nalu-plugin-elemento-2.4.2-gwt-2.8.2
nalu-plugin-elemento-2.4.1
nalu-plugin-elemento-2.4.1-gwt-2.8.2
nalu-plugin-elemento-2.4.0
nalu-plugin-elemento-2.4.0-gwt-2.8.2
2.3.x
nalu-plugin-elemento-2.3.0
nalu-plugin-elemento-2.3.0-gwt-2.8.2
2.2.x
nalu-plugin-elemento-2.2.1
nalu-plugin-elemento-2.2.1-gwt-2.8.2
nalu-plugin-elemento-2.2.0
2.1.x
nalu-plugin-elemento-2.1.0
2.0.x
nalu-plugin-elemento-2.0.2
nalu-plugin-elemento-2.0.1
nalu-plugin-elemento-2.0.0
nalu-plugin-elemento-2.0.0-rc-3
1.3.x
nalu-plugin-elemento-1.3.5
HEAD
nalu-plugin-elemento-HEAD-SNAPSHOT-gwt-2.8.2

How to add a dependency to Maven

Add the following com.github.nalukit : nalu-plugin-elemento maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.nalukit</groupId>
    <artifactId>nalu-plugin-elemento</artifactId>
    <version>2.12.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.nalukit : nalu-plugin-elemento gradle dependency to your build.gradle file:

implementation 'com.github.nalukit:nalu-plugin-elemento:2.12.5'

Gradle Kotlin DSL: Add the following com.github.nalukit : nalu-plugin-elemento gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.nalukit:nalu-plugin-elemento:2.12.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.nalukit : nalu-plugin-elemento sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.nalukit" % "nalu-plugin-elemento" % "2.12.5"

Advertisement