GroupId | GroupIdorg.sakaiproject.profile |
---|---|
ArtifactId | ArtifactIdprofile-tool |
Version | Version2.9.2 |
Type | Typewar |
Filename | Size |
---|---|
profile-tool-2.9.2.pom | |
profile-tool-2.9.2.war | 2 MB |
profile-tool-2.9.2-sources.jar | 45 KB |
profile-tool-2.9.2-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.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.profile/profile-tool/
implementation 'org.sakaiproject.profile:profile-tool:2.9.2'
// https://jarcasting.com/artifacts/org.sakaiproject.profile/profile-tool/
implementation ("org.sakaiproject.profile:profile-tool:2.9.2")
'org.sakaiproject.profile:profile-tool:war:2.9.2'
<dependency org="org.sakaiproject.profile" name="profile-tool" rev="2.9.2">
<artifact name="profile-tool" type="war" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.profile', module='profile-tool', version='2.9.2')
)
libraryDependencies += "org.sakaiproject.profile" % "profile-tool" % "2.9.2"
[org.sakaiproject.profile/profile-tool "2.9.2"]