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