GroupId | GroupIdorg.sakaiproject.profile2 |
---|---|
ArtifactId | ArtifactIdprofile2-help |
Version | Version1.5.1 |
Type | Typejar |
Filename | Size |
---|---|
profile2-help-1.5.1.pom | |
profile2-help-1.5.1.jar | 26 KB |
profile2-help-1.5.1-sources.jar | 25 KB |
profile2-help-1.5.1-javadoc.jar | 336 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.sakaiproject.profile2/profile2-help/ -->
<dependency>
<groupId>org.sakaiproject.profile2</groupId>
<artifactId>profile2-help</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.profile2/profile2-help/
implementation 'org.sakaiproject.profile2:profile2-help:1.5.1'
// https://jarcasting.com/artifacts/org.sakaiproject.profile2/profile2-help/
implementation ("org.sakaiproject.profile2:profile2-help:1.5.1")
'org.sakaiproject.profile2:profile2-help:jar:1.5.1'
<dependency org="org.sakaiproject.profile2" name="profile2-help" rev="1.5.1">
<artifact name="profile2-help" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.profile2', module='profile2-help', version='1.5.1')
)
libraryDependencies += "org.sakaiproject.profile2" % "profile2-help" % "1.5.1"
[org.sakaiproject.profile2/profile2-help "1.5.1"]