GroupId | GroupIdcom.liferay |
---|---|
ArtifactId | ArtifactIdcom.liferay.petra.model.adapter |
Version | Version3.1.5 |
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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.petra.model.adapter/
implementation 'com.liferay:com.liferay.petra.model.adapter:3.1.5'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.petra.model.adapter/
implementation ("com.liferay:com.liferay.petra.model.adapter:3.1.5")
'com.liferay:com.liferay.petra.model.adapter:jar:3.1.5'
<dependency org="com.liferay" name="com.liferay.petra.model.adapter" rev="3.1.5">
<artifact name="com.liferay.petra.model.adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.petra.model.adapter', version='3.1.5')
)
libraryDependencies += "com.liferay" % "com.liferay.petra.model.adapter" % "3.1.5"
[com.liferay/com.liferay.petra.model.adapter "3.1.5"]