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