Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.liferay |
ArtifactId | ArtifactIdorg.eclipse.equinox.metatype |
Version | Version1.4.200.LIFERAY-PATCHED-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.liferay/org.eclipse.equinox.metatype/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>org.eclipse.equinox.metatype</artifactId>
<version>1.4.200.LIFERAY-PATCHED-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/org.eclipse.equinox.metatype/
implementation 'com.liferay:org.eclipse.equinox.metatype:1.4.200.LIFERAY-PATCHED-1'
// https://jarcasting.com/artifacts/com.liferay/org.eclipse.equinox.metatype/
implementation ("com.liferay:org.eclipse.equinox.metatype:1.4.200.LIFERAY-PATCHED-1")
'com.liferay:org.eclipse.equinox.metatype:jar:1.4.200.LIFERAY-PATCHED-1'
<dependency org="com.liferay" name="org.eclipse.equinox.metatype" rev="1.4.200.LIFERAY-PATCHED-1">
<artifact name="org.eclipse.equinox.metatype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='org.eclipse.equinox.metatype', version='1.4.200.LIFERAY-PATCHED-1')
)
libraryDependencies += "com.liferay" % "org.eclipse.equinox.metatype" % "1.4.200.LIFERAY-PATCHED-1"
[com.liferay/org.eclipse.equinox.metatype "1.4.200.LIFERAY-PATCHED-1"]