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

swagger-template.swagger-resources.jf Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
[
    #for(resource : swagger_resources.split(","))
       #set(res = resource.split("#"))
       #(for.index == 0 ? "" : ",")
       {
           "name": "#(res[0].trim())",
           "url": "/swagger/api?group=#(res[1].trim())",
           "swaggerVersion": "#(swaggerVersion)",
           "location": "/swagger/api?group=#(res[1].trim())"
       }
    #end
]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy