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