GroupId | GroupIdcom.liferay |
---|---|
ArtifactId | ArtifactIdcom.liferay.shared.dependencies.apache.commons |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.liferay/com.liferay.shared.dependencies.apache.commons/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.shared.dependencies.apache.commons</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.shared.dependencies.apache.commons/
implementation 'com.liferay:com.liferay.shared.dependencies.apache.commons:1.0.0'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.shared.dependencies.apache.commons/
implementation ("com.liferay:com.liferay.shared.dependencies.apache.commons:1.0.0")
'com.liferay:com.liferay.shared.dependencies.apache.commons:jar:1.0.0'
<dependency org="com.liferay" name="com.liferay.shared.dependencies.apache.commons" rev="1.0.0">
<artifact name="com.liferay.shared.dependencies.apache.commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.shared.dependencies.apache.commons', version='1.0.0')
)
libraryDependencies += "com.liferay" % "com.liferay.shared.dependencies.apache.commons" % "1.0.0"
[com.liferay/com.liferay.shared.dependencies.apache.commons "1.0.0"]