GroupId | GroupIdcom.zp4rker |
---|---|
ArtifactId | ArtifactIdbukkot |
Version | Version1.0.0-k1.5.0 |
Type | Typejar |
Filename | Size |
---|---|
bukkot-1.0.0-k1.5.0.pom | |
bukkot-1.0.0-k1.5.0.jar | 187 KB |
bukkot-1.0.0-k1.5.0-sources.jar | 9 KB |
bukkot-1.0.0-k1.5.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.zp4rker/bukkot/ -->
<dependency>
<groupId>com.zp4rker</groupId>
<artifactId>bukkot</artifactId>
<version>1.0.0-k1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.zp4rker/bukkot/
implementation 'com.zp4rker:bukkot:1.0.0-k1.5.0'
// https://jarcasting.com/artifacts/com.zp4rker/bukkot/
implementation ("com.zp4rker:bukkot:1.0.0-k1.5.0")
'com.zp4rker:bukkot:jar:1.0.0-k1.5.0'
<dependency org="com.zp4rker" name="bukkot" rev="1.0.0-k1.5.0">
<artifact name="bukkot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zp4rker', module='bukkot', version='1.0.0-k1.5.0')
)
libraryDependencies += "com.zp4rker" % "bukkot" % "1.0.0-k1.5.0"
[com.zp4rker/bukkot "1.0.0-k1.5.0"]