s

storage-restclient-app

Client App with Web User Interface
https://projects.eclipse.org/projects/technology.store
文件下载
文件名 操作
storage-restclient-app-1.3.2.jar 下载
storage-restclient-app-1.3.2.pom 下载
storage-restclient-app-1.3.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.eclipse.store</groupId>
  <artifactId>storage-restclient-app</artifactId>
  <version>1.3.2</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.store:storage-restclient-app:1.3.2'
Gradle Kotlin
implementation("org.eclipse.store:storage-restclient-app:1.3.2")
Scala SBT
libraryDependencies += "org.eclipse.store" % "storage-restclient-app" % "1.3.2"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.store', module='storage-restclient-app', version='1.3.2')
)
Apache Ivy
<dependency org="org.eclipse.store" name="storage-restclient-app" rev="1.3.2" />
Leiningen
[org.eclipse.store/storage-restclient-app "1.3.2"]
Apache Buildr
'org.eclipse.store:storage-restclient-app:jar:1.3.2'