GroupId | GroupIdcom.github.dcshock |
---|---|
ArtifactId | ArtifactIdforklift-stats |
Version | Version3.6 |
Type | Typejar |
Filename | Size |
---|---|
forklift-stats-3.6.pom | |
forklift-stats-3.6.jar | 1 KB |
forklift-stats-3.6-sources.jar | 1023 bytes |
forklift-stats-3.6-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>3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dcshock/forklift-stats/
implementation 'com.github.dcshock:forklift-stats:3.6'
// https://jarcasting.com/artifacts/com.github.dcshock/forklift-stats/
implementation ("com.github.dcshock:forklift-stats:3.6")
'com.github.dcshock:forklift-stats:jar:3.6'
<dependency org="com.github.dcshock" name="forklift-stats" rev="3.6">
<artifact name="forklift-stats" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dcshock', module='forklift-stats', version='3.6')
)
libraryDependencies += "com.github.dcshock" % "forklift-stats" % "3.6"
[com.github.dcshock/forklift-stats "3.6"]