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