| Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection Jolt Data JSON |
|---|---|
| GroupId | GroupIdcom.bazaarvoice.jolt |
| ArtifactId | ArtifactIdjolt-guice |
| Last Version | Last Version0.1.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJolt Guice Integration
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| jolt-guice-0.1.7.pom | |
| jolt-guice-0.1.7.jar | 4 KB |
| jolt-guice-0.1.7-sources.jar | 2 KB |
| jolt-guice-0.1.7-javadoc.jar | 22 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.jolt/jolt-guice/ -->
<dependency>
<groupId>com.bazaarvoice.jolt</groupId>
<artifactId>jolt-guice</artifactId>
<version>0.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.jolt/jolt-guice/
implementation 'com.bazaarvoice.jolt:jolt-guice:0.1.7'
// https://jarcasting.com/artifacts/com.bazaarvoice.jolt/jolt-guice/
implementation ("com.bazaarvoice.jolt:jolt-guice:0.1.7")
'com.bazaarvoice.jolt:jolt-guice:jar:0.1.7'
<dependency org="com.bazaarvoice.jolt" name="jolt-guice" rev="0.1.7">
<artifact name="jolt-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.jolt', module='jolt-guice', version='0.1.7')
)
libraryDependencies += "com.bazaarvoice.jolt" % "jolt-guice" % "0.1.7"
[com.bazaarvoice.jolt/jolt-guice "0.1.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.inject : javax.inject | jar | 1 |
| com.google.inject : guice | jar | 4.1.0 |
| com.bazaarvoice.jolt : json-utils | jar | 0.1.7 |
| com.bazaarvoice.jolt : jolt-core | jar | 0.1.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.8.21 |
| com.google.guava : guava | jar | 29.0-jre |