| GroupId | GroupIdorg.sakaiproject.calendar |
|---|---|
| ArtifactId | ArtifactIdsakai-calendar-hbm |
| Version | Version20.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sakai-calendar-hbm-20.5.pom | |
| sakai-calendar-hbm-20.5.jar | 3 KB |
| sakai-calendar-hbm-20.5-sources.jar | 3 KB |
| sakai-calendar-hbm-20.5-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.sakaiproject.calendar/sakai-calendar-hbm/ -->
<dependency>
<groupId>org.sakaiproject.calendar</groupId>
<artifactId>sakai-calendar-hbm</artifactId>
<version>20.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.calendar/sakai-calendar-hbm/
implementation 'org.sakaiproject.calendar:sakai-calendar-hbm:20.5'
// https://jarcasting.com/artifacts/org.sakaiproject.calendar/sakai-calendar-hbm/
implementation ("org.sakaiproject.calendar:sakai-calendar-hbm:20.5")
'org.sakaiproject.calendar:sakai-calendar-hbm:jar:20.5'
<dependency org="org.sakaiproject.calendar" name="sakai-calendar-hbm" rev="20.5">
<artifact name="sakai-calendar-hbm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.calendar', module='sakai-calendar-hbm', version='20.5')
)
libraryDependencies += "org.sakaiproject.calendar" % "sakai-calendar-hbm" % "20.5"
[org.sakaiproject.calendar/sakai-calendar-hbm "20.5"]