g

guiced-servlets

An integration library for Servlets in the Guiced Injection Framework
https://github.com/GedMarc/GuicedServlets
Files download
File Operation
guiced-servlets-0.66.0.1.jar download
guiced-servlets-0.66.0.1.pom download
guiced-servlets-0.66.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.jwebmp</groupId>
  <artifactId>guiced-servlets</artifactId>
  <version>0.66.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.jwebmp:guiced-servlets:0.66.0.1'
Gradle Kotlin
implementation("com.jwebmp:guiced-servlets:0.66.0.1")
Scala SBT
libraryDependencies += "com.jwebmp" % "guiced-servlets" % "0.66.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.jwebmp', module='guiced-servlets', version='0.66.0.1')
)
Apache Ivy
<dependency org="com.jwebmp" name="guiced-servlets" rev="0.66.0.1" />
Leiningen
[com.jwebmp/guiced-servlets "0.66.0.1"]
Apache Buildr
'com.jwebmp:guiced-servlets:jar:0.66.0.1'