License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.tomtom.speedtools |
ArtifactId | ArtifactIdguice |
Last Version | Last Version3.4.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpeedTools Guice Utilities
Extended support for Google Guice and property file handling.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
guice-3.4.3.pom | |
guice-3.4.3.jar | 12 KB |
guice-3.4.3-sources.jar | 11 KB |
guice-3.4.3-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tomtom.speedtools/guice/ -->
<dependency>
<groupId>com.tomtom.speedtools</groupId>
<artifactId>guice</artifactId>
<version>3.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomtom.speedtools/guice/
implementation 'com.tomtom.speedtools:guice:3.4.3'
// https://jarcasting.com/artifacts/com.tomtom.speedtools/guice/
implementation ("com.tomtom.speedtools:guice:3.4.3")
'com.tomtom.speedtools:guice:jar:3.4.3'
<dependency org="com.tomtom.speedtools" name="guice" rev="3.4.3">
<artifact name="guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomtom.speedtools', module='guice', version='3.4.3')
)
libraryDependencies += "com.tomtom.speedtools" % "guice" % "3.4.3"
[com.tomtom.speedtools/guice "3.4.3"]
Group / Artifact | Type | Version |
---|---|---|
com.tomtom.speedtools : core | jar | 3.4.3 |
com.google.inject : guice | jar | 5.0.1 |
javax.inject : javax.inject | jar | 1 |
org.jboss.resteasy : resteasy-guice | jar | 3.15.3.Final |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.slf4j : slf4j-log4j12 | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
javax.servlet : javax.servlet-api | jar | 4.0.1 |
Group / Artifact | Type | Version |
---|---|---|
com.tomtom.speedtools : testutils | jar | 3.4.3 |
junit : junit | jar | 4.13.2 |
org.eclipse.jetty : jetty-jndi | jar | 11.0.7 |
org.mockito : mockito-core | jar | 3.12.4 |