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