| GroupId | GroupIdcom.cedarsoft |
|---|---|
| ArtifactId | ArtifactIdroach-motel |
| Version | Version8.5.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| roach-motel-8.5.1.pom | |
| roach-motel-8.5.1.jar | 2 KB |
| roach-motel-8.5.1-tests.jar | 4 KB |
| roach-motel-8.5.1-sources.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft/roach-motel/ -->
<dependency>
<groupId>com.cedarsoft</groupId>
<artifactId>roach-motel</artifactId>
<version>8.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft/roach-motel/
implementation 'com.cedarsoft:roach-motel:8.5.1'
// https://jarcasting.com/artifacts/com.cedarsoft/roach-motel/
implementation ("com.cedarsoft:roach-motel:8.5.1")
'com.cedarsoft:roach-motel:jar:8.5.1'
<dependency org="com.cedarsoft" name="roach-motel" rev="8.5.1">
<artifact name="roach-motel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft', module='roach-motel', version='8.5.1')
)
libraryDependencies += "com.cedarsoft" % "roach-motel" % "8.5.1"
[com.cedarsoft/roach-motel "8.5.1"]