GroupId | GroupIdcom.liferay |
---|---|
ArtifactId | ArtifactIdcom.liferay.knowledge.base.api |
Version | Version6.1.16 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.liferay/com.liferay.knowledge.base.api/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.knowledge.base.api</artifactId>
<version>6.1.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.knowledge.base.api/
implementation 'com.liferay:com.liferay.knowledge.base.api:6.1.16'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.knowledge.base.api/
implementation ("com.liferay:com.liferay.knowledge.base.api:6.1.16")
'com.liferay:com.liferay.knowledge.base.api:jar:6.1.16'
<dependency org="com.liferay" name="com.liferay.knowledge.base.api" rev="6.1.16">
<artifact name="com.liferay.knowledge.base.api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.knowledge.base.api', version='6.1.16')
)
libraryDependencies += "com.liferay" % "com.liferay.knowledge.base.api" % "6.1.16"
[com.liferay/com.liferay.knowledge.base.api "6.1.16"]