MVN

marmalade : marmalade-el-commons

Maven & Gradle

Sep 20, 2005
3 usages

Commons-El Expression Library

<dependency>
    <groupId>marmalade</groupId>
    <artifactId>marmalade-el-commons</artifactId>
    <version>0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of marmalade : marmalade-el-commons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2
  • Latest Alpha: 1.0-alpha-3

All Versions

Choose a version of marmalade : marmalade-el-commons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
marmalade-el-commons-1.0-alpha-3
marmalade-el-commons-1.0-alpha-2
marmalade-el-commons-1.0-alpha2
0.2
marmalade-el-commons-0.2
0.1
marmalade-el-commons-0.1

How to add a dependency to Maven

Add the following marmalade : marmalade-el-commons maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>marmalade</groupId>
    <artifactId>marmalade-el-commons</artifactId>
    <version>0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following marmalade : marmalade-el-commons gradle dependency to your build.gradle file:

implementation 'marmalade:marmalade-el-commons:0.2'

Gradle Kotlin DSL: Add the following marmalade : marmalade-el-commons gradle kotlin dependency to your build.gradle.kts file:

implementation("marmalade:marmalade-el-commons:0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following marmalade : marmalade-el-commons sbt scala dependency to your build.sbt file:

libraryDependencies += "marmalade" % "marmalade-el-commons" % "0.2"