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