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