| License | License | 
|---|---|
| Categories | CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection | 
| GroupId | GroupIdcom.jwebmp.guicedee.servlets | 
| ArtifactId | ArtifactIdservlets-parent | 
| Last Version | Last Version0.68.0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionGuiced Servlets Parent The root module packager for the Guiced EE Framework | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| servlets-parent-0.68.0.1.pom | 1 KB | 
| servlets-parent-0.68.0.1-tests.jar | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.jwebmp.guicedee.servlets/servlets-parent/ -->
<dependency>
    <groupId>com.jwebmp.guicedee.servlets</groupId>
    <artifactId>servlets-parent</artifactId>
    <version>0.68.0.1</version>
</dependency>// https://jarcasting.com/artifacts/com.jwebmp.guicedee.servlets/servlets-parent/
implementation 'com.jwebmp.guicedee.servlets:servlets-parent:0.68.0.1'// https://jarcasting.com/artifacts/com.jwebmp.guicedee.servlets/servlets-parent/
implementation ("com.jwebmp.guicedee.servlets:servlets-parent:0.68.0.1")'com.jwebmp.guicedee.servlets:servlets-parent:jar:0.68.0.1'<dependency org="com.jwebmp.guicedee.servlets" name="servlets-parent" rev="0.68.0.1">
  <artifact name="servlets-parent" type="jar" />
</dependency>@Grapes(
@Grab(group='com.jwebmp.guicedee.servlets', module='servlets-parent', version='0.68.0.1')
)libraryDependencies += "com.jwebmp.guicedee.servlets" % "servlets-parent" % "0.68.0.1"[com.jwebmp.guicedee.servlets/servlets-parent "0.68.0.1"]