GroupId | GroupIdorg.sakaiproject.sitestats |
---|---|
ArtifactId | ArtifactIdsitestats-bundle |
Version | Version12.2 |
Type | Typejar |
Filename | Size |
---|---|
sitestats-bundle-12.2.pom | |
sitestats-bundle-12.2.jar | 187 KB |
sitestats-bundle-12.2-sources.jar | 187 KB |
sitestats-bundle-12.2-javadoc.jar | 358 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.sakaiproject.sitestats/sitestats-bundle/ -->
<dependency>
<groupId>org.sakaiproject.sitestats</groupId>
<artifactId>sitestats-bundle</artifactId>
<version>12.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.sitestats/sitestats-bundle/
implementation 'org.sakaiproject.sitestats:sitestats-bundle:12.2'
// https://jarcasting.com/artifacts/org.sakaiproject.sitestats/sitestats-bundle/
implementation ("org.sakaiproject.sitestats:sitestats-bundle:12.2")
'org.sakaiproject.sitestats:sitestats-bundle:jar:12.2'
<dependency org="org.sakaiproject.sitestats" name="sitestats-bundle" rev="12.2">
<artifact name="sitestats-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.sitestats', module='sitestats-bundle', version='12.2')
)
libraryDependencies += "org.sakaiproject.sitestats" % "sitestats-bundle" % "12.2"
[org.sakaiproject.sitestats/sitestats-bundle "12.2"]