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