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