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