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