License |
License
New BSD License
|
---|---|
GroupId | GroupIdcom.yahoo.gondola |
ArtifactId | ArtifactIdcore |
Version | Version0.2.7 |
Type | Typejar |
Description |
Descriptiongondola-core
Java implementation of Raft
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
core-0.2.7.pom | |
core-0.2.7.jar | 196 KB |
core-0.2.7-sources.jar | 116 KB |
core-0.2.7-javadoc.jar | 303 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.gondola/core/ -->
<dependency>
<groupId>com.yahoo.gondola</groupId>
<artifactId>core</artifactId>
<version>0.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.gondola/core/
implementation 'com.yahoo.gondola:core:0.2.7'
// https://jarcasting.com/artifacts/com.yahoo.gondola/core/
implementation ("com.yahoo.gondola:core:0.2.7")
'com.yahoo.gondola:core:jar:0.2.7'
<dependency org="com.yahoo.gondola" name="core" rev="0.2.7">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.gondola', module='core', version='0.2.7')
)
libraryDependencies += "com.yahoo.gondola" % "core" % "0.2.7"
[com.yahoo.gondola/core "0.2.7"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.10 |
org.slf4j : slf4j-log4j12 | jar | 1.7.10 |
log4j : log4j | jar | 1.2.17 |
com.typesafe : config | jar | 1.2.1 |
mysql : mysql-connector-java | jar | 5.1.35 |
com.h2database : h2 | jar | 1.4.187 |
org.apache.commons : commons-exec | jar | 1.3 |
commons-cli : commons-cli | jar | 1.3 |
com.zaxxer : HikariCP | jar | 2.3.8 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.21 |
org.mockito : mockito-all | jar | 1.10.8 |