| License |
License |
|---|---|
| GroupId | GroupIdcom.github.chenchongli |
| ArtifactId | ArtifactIdstorage-prototype |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionStorage core
Key-value storage prototype
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| storage-prototype-1.0.pom | |
| storage-prototype-1.0.jar | 5 KB |
| storage-prototype-1.0-sources.jar | 2 KB |
| storage-prototype-1.0-javadoc.jar | 27 KB |
| Browse |
<!-- 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"]
| 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 |