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