GroupId | GroupIdcom.liferay |
---|---|
ArtifactId | ArtifactIdorg.apache.felix.fileinstall |
Version | Version3.6.4.LIFERAY-PATCHED-4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.liferay/org.apache.felix.fileinstall/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>org.apache.felix.fileinstall</artifactId>
<version>3.6.4.LIFERAY-PATCHED-4</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/org.apache.felix.fileinstall/
implementation 'com.liferay:org.apache.felix.fileinstall:3.6.4.LIFERAY-PATCHED-4'
// https://jarcasting.com/artifacts/com.liferay/org.apache.felix.fileinstall/
implementation ("com.liferay:org.apache.felix.fileinstall:3.6.4.LIFERAY-PATCHED-4")
'com.liferay:org.apache.felix.fileinstall:jar:3.6.4.LIFERAY-PATCHED-4'
<dependency org="com.liferay" name="org.apache.felix.fileinstall" rev="3.6.4.LIFERAY-PATCHED-4">
<artifact name="org.apache.felix.fileinstall" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='org.apache.felix.fileinstall', version='3.6.4.LIFERAY-PATCHED-4')
)
libraryDependencies += "com.liferay" % "org.apache.felix.fileinstall" % "3.6.4.LIFERAY-PATCHED-4"
[com.liferay/org.apache.felix.fileinstall "3.6.4.LIFERAY-PATCHED-4"]