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