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