| GroupId | GroupIdorg.sakaiproject.profile |
|---|---|
| ArtifactId | ArtifactIdprofile-help |
| Version | Version2.9.0-b03 |
| Type | Typejar |
| Filename | Size |
|---|---|
| profile-help-2.9.0-b03.pom | |
| profile-help-2.9.0-b03.jar | 8 KB |
| profile-help-2.9.0-b03-sources.jar | 7 KB |
| profile-help-2.9.0-b03-javadoc.jar | 336 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.sakaiproject.profile/profile-help/ -->
<dependency>
<groupId>org.sakaiproject.profile</groupId>
<artifactId>profile-help</artifactId>
<version>2.9.0-b03</version>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.profile/profile-help/
implementation 'org.sakaiproject.profile:profile-help:2.9.0-b03'
// https://jarcasting.com/artifacts/org.sakaiproject.profile/profile-help/
implementation ("org.sakaiproject.profile:profile-help:2.9.0-b03")
'org.sakaiproject.profile:profile-help:jar:2.9.0-b03'
<dependency org="org.sakaiproject.profile" name="profile-help" rev="2.9.0-b03">
<artifact name="profile-help" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.profile', module='profile-help', version='2.9.0-b03')
)
libraryDependencies += "org.sakaiproject.profile" % "profile-help" % "2.9.0-b03"
[org.sakaiproject.profile/profile-help "2.9.0-b03"]