r

restConnector-2.0

A secure, REST administrative connector that can be used locally or remotely using any Java developer kit. This connector enables remote access from a Java client or directly through an HTTPS call. The administrator and reader roles protect the connector. The connector requires TLS to keep the communication confidential. The HTTPS port used by the connector is defined through the default HTTP endpoint. This feature supersedes the restConnector-1.0 feature. It enables the REST handler configuration APIs. When this feature is combined with features supporting configuration validation, the corresponding REST handler validation APIs are enabled.
https://openliberty.io/
Eclipse Public License 2.0
Eric Lau
文件下载
文件名 操作
restConnector-2.0-24.0.0.5.pom 下载
Apache Maven
<dependency>
  <groupId>io.openliberty.features</groupId>
  <artifactId>restConnector-2.0</artifactId>
  <version>24.0.0.5</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'io.openliberty.features:restConnector-2.0:24.0.0.5'
Gradle Kotlin
implementation("io.openliberty.features:restConnector-2.0:24.0.0.5")
Scala SBT
libraryDependencies += "io.openliberty.features" % "restConnector-2.0" % "24.0.0.5"
Groovy Grape
@Grapes(
  @Grab(group='io.openliberty.features', module='restConnector-2.0', version='24.0.0.5')
)
Apache Ivy
<dependency org="io.openliberty.features" name="restConnector-2.0" rev="24.0.0.5" />
Leiningen
[io.openliberty.features/restConnector-2.0 "24.0.0.5"]
Apache Buildr
'io.openliberty.features:restConnector-2.0:jar:24.0.0.5'