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

templates.srv.main._md.restx.json Maven / Gradle / Ivy

There is a newer version: 1.0
Show newest version
{
    "module": "{{groupId}}:{{artifactId}}:{{version}}",
    "packaging": "war",

    "properties": {
        "java.version": "{{javaVersion}}",
        "restx.version": "{{restxVersion}}"{{#useSrvuiLayout}},
        "project.war.overlay.groupId": "{{groupId}}",
        "project.war.overlay.artifactId": "{{artifactId}}"{{/useSrvuiLayout}}
    },
    "fragments": {
        "maven": [
            "classpath:///restx/build/fragments/maven/javadoc-apidoclet.xml"{{#useSrvuiLayout}},
            "classpath:///restx/build/fragments/maven/war-overlay-resources.xml"
{{/useSrvuiLayout}}
        ]
    },
    "dependencies": {
        "compile": [
{{#useSrvuiLayout}}
            "{{groupId}}:{{artifactId}}-ui:{{version}}:zip",
{{/useSrvuiLayout}}
            "io.restx:restx-core:${restx.version}",
            "io.restx:restx-security-basic:${restx.version}",
            "io.restx:restx-core-annotation-processor:${restx.version}",
            "io.restx:restx-factory:${restx.version}",
            "io.restx:restx-factory-admin:${restx.version}",
            "io.restx:restx-validation:${restx.version}",
            "io.restx:restx-monitor-codahale:${restx.version}",
            "io.restx:restx-monitor-admin:${restx.version}",
            "io.restx:restx-log-admin:${restx.version}",
            "io.restx:restx-i18n-admin:${restx.version}",
{{#includeStatsModule}}
            "io.restx:restx-stats-admin:${restx.version}",
{{/includeStatsModule}}
            "io.restx:restx-server-jetty:${restx.version}",
            "io.restx:restx-apidocs:${restx.version}",
            "io.restx:restx-specs-admin:${restx.version}",
            "io.restx:restx-admin:${restx.version}",
            "ch.qos.logback:logback-classic:1.0.13"
        ],
        "test": [
            "io.restx:restx-specs-tests:${restx.version}",
            "junit:junit:4.11"
        ]
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy