| License |
License |
|---|---|
| GroupId | GroupIdcom.github.lalithsuresh |
| ArtifactId | ArtifactIdexamples |
| Version | Version0.8.0 |
| Type | Typejar |
| Description |
Descriptionexamples
Implementation of the Rapid membership protocol
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| examples-0.8.0.pom | |
| examples-0.8.0.jar | 11 MB |
| examples-0.8.0-sources.jar | 4 KB |
| examples-0.8.0-javadoc.jar | 27 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.lalithsuresh/examples/ -->
<dependency>
<groupId>com.github.lalithsuresh</groupId>
<artifactId>examples</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lalithsuresh/examples/
implementation 'com.github.lalithsuresh:examples:0.8.0'
// https://jarcasting.com/artifacts/com.github.lalithsuresh/examples/
implementation ("com.github.lalithsuresh:examples:0.8.0")
'com.github.lalithsuresh:examples:jar:0.8.0'
<dependency org="com.github.lalithsuresh" name="examples" rev="0.8.0">
<artifact name="examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lalithsuresh', module='examples', version='0.8.0')
)
libraryDependencies += "com.github.lalithsuresh" % "examples" % "0.8.0"
[com.github.lalithsuresh/examples "0.8.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.lalithsuresh : rapid | jar | 0.8.0 |
| commons-cli : commons-cli | jar | 1.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |