GroupId | GroupIdorg.sakaiproject.msgcntr |
---|---|
ArtifactId | ArtifactIdmessageforums-api |
Version | Version3.0.0-b07 |
Type | Typejar |
Filename | Size |
---|---|
messageforums-api-3.0.0-b07.pom | |
messageforums-api-3.0.0-b07.jar | 210 KB |
messageforums-api-3.0.0-b07-sources.jar | 227 KB |
messageforums-api-3.0.0-b07-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-b07</version>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.msgcntr/messageforums-api/
implementation 'org.sakaiproject.msgcntr:messageforums-api:3.0.0-b07'
// https://jarcasting.com/artifacts/org.sakaiproject.msgcntr/messageforums-api/
implementation ("org.sakaiproject.msgcntr:messageforums-api:3.0.0-b07")
'org.sakaiproject.msgcntr:messageforums-api:jar:3.0.0-b07'
<dependency org="org.sakaiproject.msgcntr" name="messageforums-api" rev="3.0.0-b07">
<artifact name="messageforums-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.msgcntr', module='messageforums-api', version='3.0.0-b07')
)
libraryDependencies += "org.sakaiproject.msgcntr" % "messageforums-api" % "3.0.0-b07"
[org.sakaiproject.msgcntr/messageforums-api "3.0.0-b07"]