e

endpoints-management-config

Handles service configuration via the service management API
https://github.com/UweTrottmann/endpoints-management-java/
The Apache License, Version 2.0
Uwe Trottmann
Files download
File Operation
endpoints-management-config-1.0.15.jar download
endpoints-management-config-1.0.15.pom download
endpoints-management-config-1.0.15-sources.jar download
Apache Maven
<dependency>
  <groupId>com.uwetrottmann.endpoints</groupId>
  <artifactId>endpoints-management-config</artifactId>
  <version>1.0.15</version>
</dependency>
Gradle Groovy
implementation 'com.uwetrottmann.endpoints:endpoints-management-config:1.0.15'
Gradle Kotlin
implementation("com.uwetrottmann.endpoints:endpoints-management-config:1.0.15")
Scala SBT
libraryDependencies += "com.uwetrottmann.endpoints" % "endpoints-management-config" % "1.0.15"
Groovy Grape
@Grapes(
  @Grab(group='com.uwetrottmann.endpoints', module='endpoints-management-config', version='1.0.15')
)
Apache Ivy
<dependency org="com.uwetrottmann.endpoints" name="endpoints-management-config" rev="1.0.15" />
Leiningen
[com.uwetrottmann.endpoints/endpoints-management-config "1.0.15"]
Apache Buildr
'com.uwetrottmann.endpoints:endpoints-management-config:jar:1.0.15'