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