| GroupId | GroupIdcom.github.lalithsuresh |
|---|---|
| ArtifactId | ArtifactIdrapid |
| Version | Version0.6.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rapid-0.6.0.pom | |
| rapid-0.6.0.jar | 387 KB |
| rapid-0.6.0-sources.jar | 165 KB |
| rapid-0.6.0-javadoc.jar | 721 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.lalithsuresh/rapid/ -->
<dependency>
<groupId>com.github.lalithsuresh</groupId>
<artifactId>rapid</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lalithsuresh/rapid/
implementation 'com.github.lalithsuresh:rapid:0.6.0'
// https://jarcasting.com/artifacts/com.github.lalithsuresh/rapid/
implementation ("com.github.lalithsuresh:rapid:0.6.0")
'com.github.lalithsuresh:rapid:jar:0.6.0'
<dependency org="com.github.lalithsuresh" name="rapid" rev="0.6.0">
<artifact name="rapid" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lalithsuresh', module='rapid', version='0.6.0')
)
libraryDependencies += "com.github.lalithsuresh" % "rapid" % "0.6.0"
[com.github.lalithsuresh/rapid "0.6.0"]