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