| GroupId | GroupIdcom.github.pedrocomitto |
|---|---|
| ArtifactId | ArtifactIdrabbit4lazy |
| Version | Version0.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rabbit4lazy-0.0.1.pom | |
| rabbit4lazy-0.0.1.jar | 7 KB |
| rabbit4lazy-0.0.1-sources.jar | 2 KB |
| rabbit4lazy-0.0.1-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.pedrocomitto/rabbit4lazy/ -->
<dependency>
<groupId>com.github.pedrocomitto</groupId>
<artifactId>rabbit4lazy</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pedrocomitto/rabbit4lazy/
implementation 'com.github.pedrocomitto:rabbit4lazy:0.0.1'
// https://jarcasting.com/artifacts/com.github.pedrocomitto/rabbit4lazy/
implementation ("com.github.pedrocomitto:rabbit4lazy:0.0.1")
'com.github.pedrocomitto:rabbit4lazy:jar:0.0.1'
<dependency org="com.github.pedrocomitto" name="rabbit4lazy" rev="0.0.1">
<artifact name="rabbit4lazy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pedrocomitto', module='rabbit4lazy', version='0.0.1')
)
libraryDependencies += "com.github.pedrocomitto" % "rabbit4lazy" % "0.0.1"
[com.github.pedrocomitto/rabbit4lazy "0.0.1"]