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