GroupId | GroupIdorg.sakaiproject.profile2 |
---|---|
ArtifactId | ArtifactIdprofile2-tool |
Version | Version10.3 |
Type | Typewar |
Filename | Size |
---|---|
profile2-tool-10.3.pom | |
profile2-tool-10.3.war | 5 MB |
profile2-tool-10.3-sources.jar | 289 KB |
profile2-tool-10.3-javadoc.jar | 653 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sakaiproject.profile2/profile2-tool/ -->
<dependency>
<groupId>org.sakaiproject.profile2</groupId>
<artifactId>profile2-tool</artifactId>
<version>10.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.profile2/profile2-tool/
implementation 'org.sakaiproject.profile2:profile2-tool:10.3'
// https://jarcasting.com/artifacts/org.sakaiproject.profile2/profile2-tool/
implementation ("org.sakaiproject.profile2:profile2-tool:10.3")
'org.sakaiproject.profile2:profile2-tool:war:10.3'
<dependency org="org.sakaiproject.profile2" name="profile2-tool" rev="10.3">
<artifact name="profile2-tool" type="war" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.profile2', module='profile2-tool', version='10.3')
)
libraryDependencies += "org.sakaiproject.profile2" % "profile2-tool" % "10.3"
[org.sakaiproject.profile2/profile2-tool "10.3"]