| Группа | Группаorg.sakaiproject |
|---|---|
| Идентификатор | Идентификаторhelp-base |
| Версия | Версия12.3 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| help-base-12.3.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.sakaiproject/help-base/ -->
<dependency>
<groupId>org.sakaiproject</groupId>
<artifactId>help-base</artifactId>
<version>12.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject/help-base/
implementation 'org.sakaiproject:help-base:12.3'
// https://jarcasting.com/artifacts/org.sakaiproject/help-base/
implementation ("org.sakaiproject:help-base:12.3")
'org.sakaiproject:help-base:pom:12.3'
<dependency org="org.sakaiproject" name="help-base" rev="12.3">
<artifact name="help-base" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject', module='help-base', version='12.3')
)
libraryDependencies += "org.sakaiproject" % "help-base" % "12.3"
[org.sakaiproject/help-base "12.3"]