r

roach-motel

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