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