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