GroupId | GroupIdorg.sakaiproject.profile2 |
---|---|
ArtifactId | ArtifactIdprofile2 |
Version | Version20.3 |
Type | Typepom |
Filename | Size |
---|---|
profile2-20.3.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sakaiproject.profile2/profile2/ -->
<dependency>
<groupId>org.sakaiproject.profile2</groupId>
<artifactId>profile2</artifactId>
<version>20.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.profile2/profile2/
implementation 'org.sakaiproject.profile2:profile2:20.3'
// https://jarcasting.com/artifacts/org.sakaiproject.profile2/profile2/
implementation ("org.sakaiproject.profile2:profile2:20.3")
'org.sakaiproject.profile2:profile2:pom:20.3'
<dependency org="org.sakaiproject.profile2" name="profile2" rev="20.3">
<artifact name="profile2" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.profile2', module='profile2', version='20.3')
)
libraryDependencies += "org.sakaiproject.profile2" % "profile2" % "20.3"
[org.sakaiproject.profile2/profile2 "20.3"]