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