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