| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesData Jackson JSON | 
        
| GroupId | GroupIdcom.liferay | 
    
| ArtifactId | ArtifactIdcom.fasterxml.jackson.databind | 
    
| Version | Version2.10.3.LIFERAY-PATCHED-1 | 
        
| Type | Typejar | 
    
| Description | 
            Description | 
    
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/com.liferay/com.fasterxml.jackson.databind/ -->
<dependency>
    <groupId>com.liferay</groupId>
    <artifactId>com.fasterxml.jackson.databind</artifactId>
    <version>2.10.3.LIFERAY-PATCHED-1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.liferay/com.fasterxml.jackson.databind/
implementation 'com.liferay:com.fasterxml.jackson.databind:2.10.3.LIFERAY-PATCHED-1'
                // https://jarcasting.com/artifacts/com.liferay/com.fasterxml.jackson.databind/
implementation ("com.liferay:com.fasterxml.jackson.databind:2.10.3.LIFERAY-PATCHED-1")
                'com.liferay:com.fasterxml.jackson.databind:jar:2.10.3.LIFERAY-PATCHED-1'
                <dependency org="com.liferay" name="com.fasterxml.jackson.databind" rev="2.10.3.LIFERAY-PATCHED-1">
  <artifact name="com.fasterxml.jackson.databind" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.liferay', module='com.fasterxml.jackson.databind', version='2.10.3.LIFERAY-PATCHED-1')
)
                libraryDependencies += "com.liferay" % "com.fasterxml.jackson.databind" % "2.10.3.LIFERAY-PATCHED-1"
                [com.liferay/com.fasterxml.jackson.databind "2.10.3.LIFERAY-PATCHED-1"]