Categories |
CategoriesConfiguration Application Layer Libs config |
---|---|
GroupId | GroupIdcom.liferay |
ArtifactId | ArtifactIdorg.apache.commons.configuration |
Version | Version1.10.LIFERAY-PATCHED-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.liferay/org.apache.commons.configuration/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>org.apache.commons.configuration</artifactId>
<version>1.10.LIFERAY-PATCHED-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/org.apache.commons.configuration/
implementation 'com.liferay:org.apache.commons.configuration:1.10.LIFERAY-PATCHED-1'
// https://jarcasting.com/artifacts/com.liferay/org.apache.commons.configuration/
implementation ("com.liferay:org.apache.commons.configuration:1.10.LIFERAY-PATCHED-1")
'com.liferay:org.apache.commons.configuration:jar:1.10.LIFERAY-PATCHED-1'
<dependency org="com.liferay" name="org.apache.commons.configuration" rev="1.10.LIFERAY-PATCHED-1">
<artifact name="org.apache.commons.configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='org.apache.commons.configuration', version='1.10.LIFERAY-PATCHED-1')
)
libraryDependencies += "com.liferay" % "org.apache.commons.configuration" % "1.10.LIFERAY-PATCHED-1"
[com.liferay/org.apache.commons.configuration "1.10.LIFERAY-PATCHED-1"]