License |
License |
---|---|
Categories |
CategoriesJackson Data JSON |
GroupId | GroupIdcom.liferay |
ArtifactId | ArtifactIdcom.fasterxml.jackson.core |
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.core/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.fasterxml.jackson.core</artifactId>
<version>2.10.3.LIFERAY-PATCHED-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.fasterxml.jackson.core/
implementation 'com.liferay:com.fasterxml.jackson.core:2.10.3.LIFERAY-PATCHED-1'
// https://jarcasting.com/artifacts/com.liferay/com.fasterxml.jackson.core/
implementation ("com.liferay:com.fasterxml.jackson.core:2.10.3.LIFERAY-PATCHED-1")
'com.liferay:com.fasterxml.jackson.core:jar:2.10.3.LIFERAY-PATCHED-1'
<dependency org="com.liferay" name="com.fasterxml.jackson.core" rev="2.10.3.LIFERAY-PATCHED-1">
<artifact name="com.fasterxml.jackson.core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.fasterxml.jackson.core', version='2.10.3.LIFERAY-PATCHED-1')
)
libraryDependencies += "com.liferay" % "com.fasterxml.jackson.core" % "2.10.3.LIFERAY-PATCHED-1"
[com.liferay/com.fasterxml.jackson.core "2.10.3.LIFERAY-PATCHED-1"]