GroupId | GroupIdcom.liferay |
---|---|
ArtifactId | ArtifactIdorg.apache.felix.fileinstall |
Version | Version3.6.4.LIFERAY-PATCHED-3 |
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-3</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/org.apache.felix.fileinstall/
implementation 'com.liferay:org.apache.felix.fileinstall:3.6.4.LIFERAY-PATCHED-3'
// https://jarcasting.com/artifacts/com.liferay/org.apache.felix.fileinstall/
implementation ("com.liferay:org.apache.felix.fileinstall:3.6.4.LIFERAY-PATCHED-3")
'com.liferay:org.apache.felix.fileinstall:jar:3.6.4.LIFERAY-PATCHED-3'
<dependency org="com.liferay" name="org.apache.felix.fileinstall" rev="3.6.4.LIFERAY-PATCHED-3">
<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-3')
)
libraryDependencies += "com.liferay" % "org.apache.felix.fileinstall" % "3.6.4.LIFERAY-PATCHED-3"
[com.liferay/org.apache.felix.fileinstall "3.6.4.LIFERAY-PATCHED-3"]