GroupId | GroupIdcom.github.dcshock |
---|---|
ArtifactId | ArtifactIdforklift-stats |
Version | Version2.3 |
Type | Typejar |
Filename | Size |
---|---|
forklift-stats-2.3.pom | |
forklift-stats-2.3.jar | 1 KB |
forklift-stats-2.3-sources.jar | 1022 bytes |
forklift-stats-2.3-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dcshock/forklift-stats/ -->
<dependency>
<groupId>com.github.dcshock</groupId>
<artifactId>forklift-stats</artifactId>
<version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dcshock/forklift-stats/
implementation 'com.github.dcshock:forklift-stats:2.3'
// https://jarcasting.com/artifacts/com.github.dcshock/forklift-stats/
implementation ("com.github.dcshock:forklift-stats:2.3")
'com.github.dcshock:forklift-stats:jar:2.3'
<dependency org="com.github.dcshock" name="forklift-stats" rev="2.3">
<artifact name="forklift-stats" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dcshock', module='forklift-stats', version='2.3')
)
libraryDependencies += "com.github.dcshock" % "forklift-stats" % "2.3"
[com.github.dcshock/forklift-stats "2.3"]