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