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