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