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