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