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