GroupId | GroupIdcom.day.crx |
---|---|
ArtifactId | ArtifactIdcrx-statistics |
Version | Version2.3.0-load12 |
Type | Typejar |
Filename | Size |
---|---|
crx-statistics-2.3.0-load12.pom | |
crx-statistics-2.3.0-load12.jar | 49 KB |
crx-statistics-2.3.0-load12-sources.jar | 459 bytes |
crx-statistics-2.3.0-load12-javadoc.jar | 459 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.day.crx/crx-statistics/ -->
<dependency>
<groupId>com.day.crx</groupId>
<artifactId>crx-statistics</artifactId>
<version>2.3.0-load12</version>
</dependency>
// https://jarcasting.com/artifacts/com.day.crx/crx-statistics/
implementation 'com.day.crx:crx-statistics:2.3.0-load12'
// https://jarcasting.com/artifacts/com.day.crx/crx-statistics/
implementation ("com.day.crx:crx-statistics:2.3.0-load12")
'com.day.crx:crx-statistics:jar:2.3.0-load12'
<dependency org="com.day.crx" name="crx-statistics" rev="2.3.0-load12">
<artifact name="crx-statistics" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.day.crx', module='crx-statistics', version='2.3.0-load12')
)
libraryDependencies += "com.day.crx" % "crx-statistics" % "2.3.0-load12"
[com.day.crx/crx-statistics "2.3.0-load12"]