| License |
License |
|---|---|
| GroupId | GroupIdedu.byu.hbll |
| ArtifactId | ArtifactIdstats |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
Descriptionedu.byu.hbll:stats
A library for gathering and reporting statistical information.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| stats-1.0.1.pom | |
| stats-1.0.1.jar | 21 KB |
| stats-1.0.1-sources.jar | 13 KB |
| stats-1.0.1-javadoc.jar | 88 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/edu.byu.hbll/stats/ -->
<dependency>
<groupId>edu.byu.hbll</groupId>
<artifactId>stats</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/edu.byu.hbll/stats/
implementation 'edu.byu.hbll:stats:1.0.1'
// https://jarcasting.com/artifacts/edu.byu.hbll/stats/
implementation ("edu.byu.hbll:stats:1.0.1")
'edu.byu.hbll:stats:jar:1.0.1'
<dependency org="edu.byu.hbll" name="stats" rev="1.0.1">
<artifact name="stats" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.byu.hbll', module='stats', version='1.0.1')
)
libraryDependencies += "edu.byu.hbll" % "stats" % "1.0.1"
[edu.byu.hbll/stats "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 1.10.19 |