Categories |
CategoriesNet Swagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.github.agliznetsov.swagger-tools |
ArtifactId | ArtifactIdswagger-tools-core |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
swagger-tools-core-0.1.1.pom | |
swagger-tools-core-0.1.1.jar | 69 KB |
swagger-tools-core-0.1.1-sources.jar | 27 KB |
swagger-tools-core-0.1.1-javadoc.jar | 186 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.agliznetsov.swagger-tools/swagger-tools-core/ -->
<dependency>
<groupId>com.github.agliznetsov.swagger-tools</groupId>
<artifactId>swagger-tools-core</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.agliznetsov.swagger-tools/swagger-tools-core/
implementation 'com.github.agliznetsov.swagger-tools:swagger-tools-core:0.1.1'
// https://jarcasting.com/artifacts/com.github.agliznetsov.swagger-tools/swagger-tools-core/
implementation ("com.github.agliznetsov.swagger-tools:swagger-tools-core:0.1.1")
'com.github.agliznetsov.swagger-tools:swagger-tools-core:jar:0.1.1'
<dependency org="com.github.agliznetsov.swagger-tools" name="swagger-tools-core" rev="0.1.1">
<artifact name="swagger-tools-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.agliznetsov.swagger-tools', module='swagger-tools-core', version='0.1.1')
)
libraryDependencies += "com.github.agliznetsov.swagger-tools" % "swagger-tools-core" % "0.1.1"
[com.github.agliznetsov.swagger-tools/swagger-tools-core "0.1.1"]