GroupId | GroupIdorg.sakaiproject.msgcntr |
---|---|
ArtifactId | ArtifactIdmessageforums-tool |
Version | Version10.6 |
Type | Typewar |
Filename | Size |
---|---|
messageforums-tool-10.6.pom | |
messageforums-tool-10.6.war | 4 MB |
messageforums-tool-10.6-sources.jar | 220 KB |
messageforums-tool-10.6-javadoc.jar | 430 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sakaiproject.msgcntr/messageforums-tool/ -->
<dependency>
<groupId>org.sakaiproject.msgcntr</groupId>
<artifactId>messageforums-tool</artifactId>
<version>10.6</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.msgcntr/messageforums-tool/
implementation 'org.sakaiproject.msgcntr:messageforums-tool:10.6'
// https://jarcasting.com/artifacts/org.sakaiproject.msgcntr/messageforums-tool/
implementation ("org.sakaiproject.msgcntr:messageforums-tool:10.6")
'org.sakaiproject.msgcntr:messageforums-tool:war:10.6'
<dependency org="org.sakaiproject.msgcntr" name="messageforums-tool" rev="10.6">
<artifact name="messageforums-tool" type="war" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.msgcntr', module='messageforums-tool', version='10.6')
)
libraryDependencies += "org.sakaiproject.msgcntr" % "messageforums-tool" % "10.6"
[org.sakaiproject.msgcntr/messageforums-tool "10.6"]