s

server-odata-api

OData Service Generator is a set of tools (Web IDE, command line, VSCode) and a micro-service in Mobile Services (first release only on NEO). It enables you to model an OData service and generate a Java application that implements this OData service as well as the required database tables. It can even delta enable the generated OData service.
https://help.sap.com/viewer/977416d43cd74bdc958289038749100e/Latest/en-US
SAP DEVELOPER LICENSE AGREEMENT
SAP SE
SAP
Files download
File Operation
server-odata-api-18.11.0.jar download
server-odata-api-18.11.0.pom download
server-odata-api-18.11.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sap.cloud.server-odata</groupId>
  <artifactId>server-odata-api</artifactId>
  <version>18.11.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.sap.cloud.server-odata:server-odata-api:18.11.0'
Gradle Kotlin
implementation("com.sap.cloud.server-odata:server-odata-api:18.11.0")
Scala SBT
libraryDependencies += "com.sap.cloud.server-odata" % "server-odata-api" % "18.11.0"
Groovy Grape
@Grapes(
  @Grab(group='com.sap.cloud.server-odata', module='server-odata-api', version='18.11.0')
)
Apache Ivy
<dependency org="com.sap.cloud.server-odata" name="server-odata-api" rev="18.11.0" />
Leiningen
[com.sap.cloud.server-odata/server-odata-api "18.11.0"]
Apache Buildr
'com.sap.cloud.server-odata:server-odata-api:jar:18.11.0'
Dependencies
The project has no third-party dependencies