jackson-parent
Project for parent pom for all Jackson components
License |
License |
---|---|
Categories |
CategoriesJackson Data JSON |
GroupId | GroupIdcom.jwebmp.jackson |
ArtifactId | ArtifactIdjackson-bom |
Last Version | Last Version0.66.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJackson Base BOM
Parent pom for components of Jackson dataprocessor: includes base settings as well
as consistent set of dependencies across components. NOTE: NOT to be used by components outside
of Jackson: application code should only rely on `jackson-bom`
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jackson-bom-0.66.0.1.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jwebmp.jackson/jackson-bom/ -->
<dependency>
<groupId>com.jwebmp.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>0.66.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jwebmp.jackson/jackson-bom/
implementation 'com.jwebmp.jackson:jackson-bom:0.66.0.1'
// https://jarcasting.com/artifacts/com.jwebmp.jackson/jackson-bom/
implementation ("com.jwebmp.jackson:jackson-bom:0.66.0.1")
'com.jwebmp.jackson:jackson-bom:pom:0.66.0.1'
<dependency org="com.jwebmp.jackson" name="jackson-bom" rev="0.66.0.1">
<artifact name="jackson-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jwebmp.jackson', module='jackson-bom', version='0.66.0.1')
)
libraryDependencies += "com.jwebmp.jackson" % "jackson-bom" % "0.66.0.1"
[com.jwebmp.jackson/jackson-bom "0.66.0.1"]
Project for parent pom for all Jackson components