| License |
License |
|---|---|
| GroupId | GroupIdio.nuun |
| ArtifactId | ArtifactIdnuun-web-plugin |
| Version | Version1.0.M2 |
| Type | Typejar |
| Description |
DescriptionNuun IO Web plugin
Nuun IO Web plugin will handle Servlet API.
It will offer : Servlet, Filter and Listener injection mechanism.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| nuun-web-plugin-1.0.M2.pom | |
| nuun-web-plugin-1.0.M2.jar | 9 KB |
| nuun-web-plugin-1.0.M2-sources.jar | 7 KB |
| nuun-web-plugin-1.0.M2-javadoc.jar | 51 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.nuun/nuun-web-plugin/ -->
<dependency>
<groupId>io.nuun</groupId>
<artifactId>nuun-web-plugin</artifactId>
<version>1.0.M2</version>
</dependency>
// https://jarcasting.com/artifacts/io.nuun/nuun-web-plugin/
implementation 'io.nuun:nuun-web-plugin:1.0.M2'
// https://jarcasting.com/artifacts/io.nuun/nuun-web-plugin/
implementation ("io.nuun:nuun-web-plugin:1.0.M2")
'io.nuun:nuun-web-plugin:jar:1.0.M2'
<dependency org="io.nuun" name="nuun-web-plugin" rev="1.0.M2">
<artifact name="nuun-web-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nuun', module='nuun-web-plugin', version='1.0.M2')
)
libraryDependencies += "io.nuun" % "nuun-web-plugin" % "1.0.M2"
[io.nuun/nuun-web-plugin "1.0.M2"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.nuun : kernel-specs | jar | 1.0.M1 |
| io.nuun : kernel-core | jar | 1.0.M1 |
| org.sonatype.sisu.inject : guice-servlet | jar | 3.1.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| io.nuun : nuun-log-plugin | jar | 1.0.M1 |