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