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