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