License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.jwebmp.jre11 |
ArtifactId | ArtifactIdguiced-servlets |
Last Version | Last Version0.62.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGuiced Servlets
An integration library for Servlets in the Guiced Injection Framework
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
guiced-servlets-0.62.0.1.pom | |
guiced-servlets-0.62.0.1.jar | 14 KB |
guiced-servlets-0.62.0.1-sources.jar | 12 KB |
guiced-servlets-0.62.0.1-javadoc.jar | 422 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jwebmp.jre11/guiced-servlets/ -->
<dependency>
<groupId>com.jwebmp.jre11</groupId>
<artifactId>guiced-servlets</artifactId>
<version>0.62.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jwebmp.jre11/guiced-servlets/
implementation 'com.jwebmp.jre11:guiced-servlets:0.62.0.1'
// https://jarcasting.com/artifacts/com.jwebmp.jre11/guiced-servlets/
implementation ("com.jwebmp.jre11:guiced-servlets:0.62.0.1")
'com.jwebmp.jre11:guiced-servlets:jar:0.62.0.1'
<dependency org="com.jwebmp.jre11" name="guiced-servlets" rev="0.62.0.1">
<artifact name="guiced-servlets" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jwebmp.jre11', module='guiced-servlets', version='0.62.0.1')
)
libraryDependencies += "com.jwebmp.jre11" % "guiced-servlets" % "0.62.0.1"
[com.jwebmp.jre11/guiced-servlets "0.62.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.jwebmp.jre11 : guiced-injection | jar | 0.62.0.1 |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
com.google.inject.extensions : guice-servlet | jar | 4.2.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.3.1 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.assertj : assertj-core | jar | 3.10.0 |
org.mockito : mockito-core | jar | 2.21.0 |
commons-io : commons-io | jar | 2.6 |