License |
License
Apache-2.0
|
---|---|
Categories |
CategoriesGrails User Interface Web Frameworks |
GroupId | GroupIdio.springfox.grails |
ArtifactId | ArtifactIdspringfox-grails |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspringfox-grails
Springfox Grails Module
|
Filename | Size |
---|---|
springfox-grails-1.0.0.pom | |
springfox-grails-1.0.0.jar | 43 KB |
springfox-grails-1.0.0-sources.jar | 21 KB |
springfox-grails-1.0.0-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.springfox.grails/springfox-grails/ -->
<dependency>
<groupId>io.springfox.grails</groupId>
<artifactId>springfox-grails</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.springfox.grails/springfox-grails/
implementation 'io.springfox.grails:springfox-grails:1.0.0'
// https://jarcasting.com/artifacts/io.springfox.grails/springfox-grails/
implementation ("io.springfox.grails:springfox-grails:1.0.0")
'io.springfox.grails:springfox-grails:jar:1.0.0'
<dependency org="io.springfox.grails" name="springfox-grails" rev="1.0.0">
<artifact name="springfox-grails" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.springfox.grails', module='springfox-grails', version='1.0.0')
)
libraryDependencies += "io.springfox.grails" % "springfox-grails" % "1.0.0"
[io.springfox.grails/springfox-grails "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 18.0 |
com.fasterxml : classmate | jar | 1.3.3 |
org.slf4j : slf4j-api | jar | 1.7.22 |
io.springfox : springfox-spi | jar | 2.7.0 |
io.springfox : springfox-core | jar | 2.7.0 |
io.springfox : springfox-swagger2 | jar | 2.7.0 |
net.bytebuddy : byte-buddy | jar | 1.6.10 |
io.swagger : swagger-annotations | jar | 1.5.12 |
org.springframework : spring-core | jar | 4.2.8.RELEASE |
org.springframework : spring-web | jar | 4.2.8.RELEASE |
org.springframework : spring-webmvc | jar | 4.2.8.RELEASE |
org.springframework : spring-context | jar | 4.2.8.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 1.4.4.RELEASE |
org.grails : grails-core | jar | 3.2.4 |
org.grails : grails-web-url-mappings | jar | 3.2.4 |
javax.servlet : javax.servlet-api | jar | 3.1.0 |