GroupId | GroupIdcom.github.dcshock |
---|---|
ArtifactId | ArtifactIdforklift-replay |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
forklift-replay-0.6.pom | |
forklift-replay-0.6.jar | 11 KB |
forklift-replay-0.6-sources.jar | 5 KB |
forklift-replay-0.6-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dcshock/forklift-replay/ -->
<dependency>
<groupId>com.github.dcshock</groupId>
<artifactId>forklift-replay</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dcshock/forklift-replay/
implementation 'com.github.dcshock:forklift-replay:0.6'
// https://jarcasting.com/artifacts/com.github.dcshock/forklift-replay/
implementation ("com.github.dcshock:forklift-replay:0.6")
'com.github.dcshock:forklift-replay:jar:0.6'
<dependency org="com.github.dcshock" name="forklift-replay" rev="0.6">
<artifact name="forklift-replay" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dcshock', module='forklift-replay', version='0.6')
)
libraryDependencies += "com.github.dcshock" % "forklift-replay" % "0.6"
[com.github.dcshock/forklift-replay "0.6"]