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