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