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