MVN

works.lmz.composite : composite-servlet3-webjar

Maven & Gradle

Feb 24, 2016
3 usages

composite-servlet3-webjar · This composite provides the dependencies required for an individual webjar, not the final war artifact. As the webjar may or may not use the Syllabus layer, we don't include that. This includes common compile-time dependencies. Runtime dependencies should be in test.

<dependency>
    <groupId>works.lmz.composite</groupId>
    <artifactId>composite-servlet3-webjar</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of works.lmz.composite : composite-servlet3-webjar to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of works.lmz.composite : composite-servlet3-webjar to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
composite-servlet3-webjar-1.2
1.1
composite-servlet3-webjar-1.1

How to add a dependency to Maven

Add the following works.lmz.composite : composite-servlet3-webjar maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>works.lmz.composite</groupId>
    <artifactId>composite-servlet3-webjar</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following works.lmz.composite : composite-servlet3-webjar gradle dependency to your build.gradle file:

implementation 'works.lmz.composite:composite-servlet3-webjar:1.2'

Gradle Kotlin DSL: Add the following works.lmz.composite : composite-servlet3-webjar gradle kotlin dependency to your build.gradle.kts file:

implementation("works.lmz.composite:composite-servlet3-webjar:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following works.lmz.composite : composite-servlet3-webjar sbt scala dependency to your build.sbt file:

libraryDependencies += "works.lmz.composite" % "composite-servlet3-webjar" % "1.2"