n

nuun-web-plugin

Nuun IO Web plugin will handle Servlet API. It will offer : Servlet, Filter and Listener injection mechanism.
http://nuun.io/plugins/web
LGPL 3.0
Epo Jemba
Files download
File Operation
nuun-web-plugin-1.0.M2.jar download
nuun-web-plugin-1.0.M2.pom download
nuun-web-plugin-1.0.M2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.nuun</groupId>
  <artifactId>nuun-web-plugin</artifactId>
  <version>1.0.M2</version>
</dependency>
Gradle Groovy
implementation 'io.nuun:nuun-web-plugin:1.0.M2'
Gradle Kotlin
implementation("io.nuun:nuun-web-plugin:1.0.M2")
Scala SBT
libraryDependencies += "io.nuun" % "nuun-web-plugin" % "1.0.M2"
Groovy Grape
@Grapes(
  @Grab(group='io.nuun', module='nuun-web-plugin', version='1.0.M2')
)
Apache Ivy
<dependency org="io.nuun" name="nuun-web-plugin" rev="1.0.M2" />
Leiningen
[io.nuun/nuun-web-plugin "1.0.M2"]
Apache Buildr
'io.nuun:nuun-web-plugin:jar:1.0.M2'