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

scala-cask.queryParams.mustache Maven / Gradle / Ivy

There is a newer version: 7.9.0
Show newest version
{{#hasQueryParams}},{{/hasQueryParams}}{{#queryParams}}{{paramName}}{{#required}}{{^isMap}}{{^isArray}}.getOrElse({{#isString}}""{{/isString}}{{#isNumber}}0{{/isNumber}}{{#isBoolean}}false{{/isBoolean}}){{/isArray}}{{/isMap}}{{/required}}{{^-last}}, {{/-last}}{{/queryParams}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy