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