jackson-parent
Project for parent pom for all Jackson components
License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection Jackson Data JSON |
GroupId | GroupIdcom.jwebmp.jackson.module |
ArtifactId | ArtifactIdjackson-module-guice |
Last Version | Last Version0.66.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJackson module: Guice
Stuff to make integration with Guice a bit easier
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.jwebmp.jackson.module/jackson-module-guice/ -->
<dependency>
<groupId>com.jwebmp.jackson.module</groupId>
<artifactId>jackson-module-guice</artifactId>
<version>0.66.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jwebmp.jackson.module/jackson-module-guice/
implementation 'com.jwebmp.jackson.module:jackson-module-guice:0.66.0.1'
// https://jarcasting.com/artifacts/com.jwebmp.jackson.module/jackson-module-guice/
implementation ("com.jwebmp.jackson.module:jackson-module-guice:0.66.0.1")
'com.jwebmp.jackson.module:jackson-module-guice:jar:0.66.0.1'
<dependency org="com.jwebmp.jackson.module" name="jackson-module-guice" rev="0.66.0.1">
<artifact name="jackson-module-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jwebmp.jackson.module', module='jackson-module-guice', version='0.66.0.1')
)
libraryDependencies += "com.jwebmp.jackson.module" % "jackson-module-guice" % "0.66.0.1"
[com.jwebmp.jackson.module/jackson-module-guice "0.66.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.jwebmp.inject : guice | jar | 0.66.0.1 |
com.jwebmp.jackson.core : jackson-databind | jar |
Group / Artifact | Type | Version |
---|---|---|
com.jwebmp : javax.inject | jar | 0.66.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
Project for parent pom for all Jackson components