Files download
File Operation
spigot-plugin-1.4.jar download
spigot-plugin-1.4.pom download
spigot-plugin-1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.expdev07</groupId>
  <artifactId>spigot-plugin</artifactId>
  <version>1.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.expdev07:spigot-plugin:1.4'
Gradle Kotlin
implementation("com.github.expdev07:spigot-plugin:1.4")
Scala SBT
libraryDependencies += "com.github.expdev07" % "spigot-plugin" % "1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.expdev07', module='spigot-plugin', version='1.4')
)
Apache Ivy
<dependency org="com.github.expdev07" name="spigot-plugin" rev="1.4" />
Leiningen
[com.github.expdev07/spigot-plugin "1.4"]
Apache Buildr
'com.github.expdev07:spigot-plugin:jar:1.4'