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