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