| License | License | 
|---|---|
| GroupId | GroupIdcom.liferay | 
| ArtifactId | ArtifactIdcom.liferay.message.boards.service | 
| Last Version | Last Version5.0.42 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionLiferay Message Boards Service | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/com.liferay/com.liferay.message.boards.service/ -->
<dependency>
    <groupId>com.liferay</groupId>
    <artifactId>com.liferay.message.boards.service</artifactId>
    <version>5.0.42</version>
</dependency>// https://jarcasting.com/artifacts/com.liferay/com.liferay.message.boards.service/
implementation 'com.liferay:com.liferay.message.boards.service:5.0.42'// https://jarcasting.com/artifacts/com.liferay/com.liferay.message.boards.service/
implementation ("com.liferay:com.liferay.message.boards.service:5.0.42")'com.liferay:com.liferay.message.boards.service:jar:5.0.42'<dependency org="com.liferay" name="com.liferay.message.boards.service" rev="5.0.42">
  <artifact name="com.liferay.message.boards.service" type="jar" />
</dependency>@Grapes(
@Grab(group='com.liferay', module='com.liferay.message.boards.service', version='5.0.42')
)libraryDependencies += "com.liferay" % "com.liferay.message.boards.service" % "5.0.42"[com.liferay/com.liferay.message.boards.service "5.0.42"]