GroupId | GroupIdorg.sakaiproject |
---|---|
ArtifactId | ArtifactIdhelp-base |
Version | Version12.4 |
Type | Typepom |
Filename | Size |
---|---|
help-base-12.4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sakaiproject/help-base/ -->
<dependency>
<groupId>org.sakaiproject</groupId>
<artifactId>help-base</artifactId>
<version>12.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject/help-base/
implementation 'org.sakaiproject:help-base:12.4'
// https://jarcasting.com/artifacts/org.sakaiproject/help-base/
implementation ("org.sakaiproject:help-base:12.4")
'org.sakaiproject:help-base:pom:12.4'
<dependency org="org.sakaiproject" name="help-base" rev="12.4">
<artifact name="help-base" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject', module='help-base', version='12.4')
)
libraryDependencies += "org.sakaiproject" % "help-base" % "12.4"
[org.sakaiproject/help-base "12.4"]