Files download
File Operation
endpoints-framework-2.2.3.jar download
endpoints-framework-2.2.3.pom download
endpoints-framework-2.2.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.uwetrottmann.endpoints</groupId>
  <artifactId>endpoints-framework</artifactId>
  <version>2.2.3</version>
</dependency>
Gradle Groovy
implementation 'com.uwetrottmann.endpoints:endpoints-framework:2.2.3'
Gradle Kotlin
implementation("com.uwetrottmann.endpoints:endpoints-framework:2.2.3")
Scala SBT
libraryDependencies += "com.uwetrottmann.endpoints" % "endpoints-framework" % "2.2.3"
Groovy Grape
@Grapes(
  @Grab(group='com.uwetrottmann.endpoints', module='endpoints-framework', version='2.2.3')
)
Apache Ivy
<dependency org="com.uwetrottmann.endpoints" name="endpoints-framework" rev="2.2.3" />
Leiningen
[com.uwetrottmann.endpoints/endpoints-framework "2.2.3"]
Apache Buildr
'com.uwetrottmann.endpoints:endpoints-framework:jar:2.2.3'