Files
swagger2markup/swagger2markup-core/build.gradle
2015-02-13 14:27:27 +01:00

9 lines
244 B
Groovy

apply plugin: 'com.jfrog.bintray'
apply from: '../gradle/publishing.gradle'
description = 'swagger2markup core library'
dependencies {
compile 'io.swagger:swagger-legacy-spec-parser'
compile 'commons-collections:commons-collections'
}