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