All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.dirigible.template-hello-world.service.js.template Maven / Gradle / Ivy

There is a newer version: 10.6.37
Show newest version
var response = require("http/response");

response.println("Hello World!");
response.flush();
response.close();




© 2015 - 2025 Weber Informatics LLC | Privacy Policy