Last Version

Storage core 1.0

Key-value storage prototype

License

License

GroupId

GroupId

com.github.chenchongli
ArtifactId

ArtifactId

storage-prototype
Version

Version

1.0
Type

Type

jar
Description

Description

Storage core
Key-value storage prototype
Project URL

Project URL

https://github.com/chenchongli/storage-prototype.git
Source Code Management

Source Code Management

https://github.com/chenchongli/storage-prototype

Download storage-prototype 1.0


<!-- https://jarcasting.com/artifacts/com.github.chenchongli/storage-prototype/ -->
<dependency>
    <groupId>com.github.chenchongli</groupId>
    <artifactId>storage-prototype</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chenchongli/storage-prototype/
implementation 'com.github.chenchongli:storage-prototype:1.0'
// https://jarcasting.com/artifacts/com.github.chenchongli/storage-prototype/
implementation ("com.github.chenchongli:storage-prototype:1.0")
'com.github.chenchongli:storage-prototype:jar:1.0'
<dependency org="com.github.chenchongli" name="storage-prototype" rev="1.0">
  <artifact name="storage-prototype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chenchongli', module='storage-prototype', version='1.0')
)
libraryDependencies += "com.github.chenchongli" % "storage-prototype" % "1.0"
[com.github.chenchongli/storage-prototype "1.0"]

Dependencies

compile (5)

Group / Artifact Type Version
org.eclipse.jetty : jetty-server jar 8.1.13.v20130916
org.eclipse.jetty : jetty-servlet jar 8.1.13.v20130916
org.eclipse.jetty : jetty-webapp jar 8.1.13.v20130916
com.jcraft : jsch jar 0.1.50
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.