License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.liferay |
ArtifactId | ArtifactIdorg.eclipse.osgi |
Version | Version3.13.0.LIFERAY-PATCHED-11 |
Type | Typejar |
Description |
Description |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.liferay/org.eclipse.osgi/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>org.eclipse.osgi</artifactId>
<version>3.13.0.LIFERAY-PATCHED-11</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/org.eclipse.osgi/
implementation 'com.liferay:org.eclipse.osgi:3.13.0.LIFERAY-PATCHED-11'
// https://jarcasting.com/artifacts/com.liferay/org.eclipse.osgi/
implementation ("com.liferay:org.eclipse.osgi:3.13.0.LIFERAY-PATCHED-11")
'com.liferay:org.eclipse.osgi:jar:3.13.0.LIFERAY-PATCHED-11'
<dependency org="com.liferay" name="org.eclipse.osgi" rev="3.13.0.LIFERAY-PATCHED-11">
<artifact name="org.eclipse.osgi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='org.eclipse.osgi', version='3.13.0.LIFERAY-PATCHED-11')
)
libraryDependencies += "com.liferay" % "org.eclipse.osgi" % "3.13.0.LIFERAY-PATCHED-11"
[com.liferay/org.eclipse.osgi "3.13.0.LIFERAY-PATCHED-11"]