Categories |
CategoriesGithub Development Tools Version Controls JSON Data |
---|---|
GroupId | GroupIdcom.liferay |
ArtifactId | ArtifactIdcom.github.fge.json.schema.validator |
Version | Version2.2.3.LIFERAY-PATCHED-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.liferay/com.github.fge.json.schema.validator/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.github.fge.json.schema.validator</artifactId>
<version>2.2.3.LIFERAY-PATCHED-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.github.fge.json.schema.validator/
implementation 'com.liferay:com.github.fge.json.schema.validator:2.2.3.LIFERAY-PATCHED-1'
// https://jarcasting.com/artifacts/com.liferay/com.github.fge.json.schema.validator/
implementation ("com.liferay:com.github.fge.json.schema.validator:2.2.3.LIFERAY-PATCHED-1")
'com.liferay:com.github.fge.json.schema.validator:jar:2.2.3.LIFERAY-PATCHED-1'
<dependency org="com.liferay" name="com.github.fge.json.schema.validator" rev="2.2.3.LIFERAY-PATCHED-1">
<artifact name="com.github.fge.json.schema.validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.github.fge.json.schema.validator', version='2.2.3.LIFERAY-PATCHED-1')
)
libraryDependencies += "com.liferay" % "com.github.fge.json.schema.validator" % "2.2.3.LIFERAY-PATCHED-1"
[com.liferay/com.github.fge.json.schema.validator "2.2.3.LIFERAY-PATCHED-1"]