GroupId | GroupIdorg.sakaiproject.profile |
---|---|
ArtifactId | ArtifactIdprofile-tool |
Version | Version2.9.0-rc03 |
Type | Typewar |
Filename | Size |
---|---|
profile-tool-2.9.0-rc03.pom | |
profile-tool-2.9.0-rc03.war | 2 MB |
profile-tool-2.9.0-rc03-sources.jar | 40 KB |
profile-tool-2.9.0-rc03-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sakaiproject.profile/profile-tool/ -->
<dependency>
<groupId>org.sakaiproject.profile</groupId>
<artifactId>profile-tool</artifactId>
<version>2.9.0-rc03</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.profile/profile-tool/
implementation 'org.sakaiproject.profile:profile-tool:2.9.0-rc03'
// https://jarcasting.com/artifacts/org.sakaiproject.profile/profile-tool/
implementation ("org.sakaiproject.profile:profile-tool:2.9.0-rc03")
'org.sakaiproject.profile:profile-tool:war:2.9.0-rc03'
<dependency org="org.sakaiproject.profile" name="profile-tool" rev="2.9.0-rc03">
<artifact name="profile-tool" type="war" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.profile', module='profile-tool', version='2.9.0-rc03')
)
libraryDependencies += "org.sakaiproject.profile" % "profile-tool" % "2.9.0-rc03"
[org.sakaiproject.profile/profile-tool "2.9.0-rc03"]