GroupId | GroupIdorg.sakaiproject.sitestats |
---|---|
ArtifactId | ArtifactIdsitestats-tool |
Version | Version2.3.5 |
Type | Typewar |
Filename | Size |
---|---|
sitestats-tool-2.3.5.pom | |
sitestats-tool-2.3.5.war | 4 MB |
sitestats-tool-2.3.5-sources.jar | 190 KB |
sitestats-tool-2.3.5-javadoc.jar | 427 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sakaiproject.sitestats/sitestats-tool/ -->
<dependency>
<groupId>org.sakaiproject.sitestats</groupId>
<artifactId>sitestats-tool</artifactId>
<version>2.3.5</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.sitestats/sitestats-tool/
implementation 'org.sakaiproject.sitestats:sitestats-tool:2.3.5'
// https://jarcasting.com/artifacts/org.sakaiproject.sitestats/sitestats-tool/
implementation ("org.sakaiproject.sitestats:sitestats-tool:2.3.5")
'org.sakaiproject.sitestats:sitestats-tool:war:2.3.5'
<dependency org="org.sakaiproject.sitestats" name="sitestats-tool" rev="2.3.5">
<artifact name="sitestats-tool" type="war" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.sitestats', module='sitestats-tool', version='2.3.5')
)
libraryDependencies += "org.sakaiproject.sitestats" % "sitestats-tool" % "2.3.5"
[org.sakaiproject.sitestats/sitestats-tool "2.3.5"]