Core

Simple, fast and light servlet injector based on Google Guice

License

License

GroupId

GroupId

com.googlecode.injectlet
ArtifactId

ArtifactId

injectlet-core
Last Version

Last Version

4.0
Release Date

Release Date

Type

Type

jar
Description

Description

Core
Simple, fast and light servlet injector based on Google Guice

Download injectlet-core

How to add to project

<!-- https://jarcasting.com/artifacts/com.googlecode.injectlet/injectlet-core/ -->
<dependency>
    <groupId>com.googlecode.injectlet</groupId>
    <artifactId>injectlet-core</artifactId>
    <version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.injectlet/injectlet-core/
implementation 'com.googlecode.injectlet:injectlet-core:4.0'
// https://jarcasting.com/artifacts/com.googlecode.injectlet/injectlet-core/
implementation ("com.googlecode.injectlet:injectlet-core:4.0")
'com.googlecode.injectlet:injectlet-core:jar:4.0'
<dependency org="com.googlecode.injectlet" name="injectlet-core" rev="4.0">
  <artifact name="injectlet-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.injectlet', module='injectlet-core', version='4.0')
)
libraryDependencies += "com.googlecode.injectlet" % "injectlet-core" % "4.0"
[com.googlecode.injectlet/injectlet-core "4.0"]

Dependencies

compile (2)

Group / Artifact Type Version
com.google.inject : guice jar 2.0
commons-logging : commons-logging jar 1.1.1

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5

test (3)

Group / Artifact Type Version
org.testng : testng jar 5.8
log4j : log4j jar 1.2.15
httpunit : httpunit jar 1.6.2

Project Modules

There are no modules declared in this project.

Versions

Version
4.0