Skip to content

local maven dependency #7

@rdmueller

Description

@rdmueller

I gave your integration a try with the hint that this project installs to the local maven repository. But I first hat to figure out that I need to specify

compile "io.springfox.grails:springfox-grails:1.0.0-SNAPSHOT"

as dependency instead of

compile "io.springfox:springfox-grails:{springfox-released-version}"

as stated in the readme. So I first had to figure out the right version (I thought it would be the current swagger version 2.6.1), then I had to figure out that it wasn't io.springfox but io.springfox.grails

In addition, a reference to`

 compile "io.springfox:springfox-swagger-ui:2.6.1"

might be helpful for people to test the result.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions