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