Categories |
CategoriesNet Swagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.github.agliznetsov.swagger-tools |
ArtifactId | ArtifactIdswagger-tools-core |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
swagger-tools-core-0.2.0.pom | |
swagger-tools-core-0.2.0.jar | 104 KB |
swagger-tools-core-0.2.0-sources.jar | 44 KB |
swagger-tools-core-0.2.0-javadoc.jar | 279 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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.agliznetsov.swagger-tools/swagger-tools-core/
implementation 'com.github.agliznetsov.swagger-tools:swagger-tools-core:0.2.0'
// https://jarcasting.com/artifacts/com.github.agliznetsov.swagger-tools/swagger-tools-core/
implementation ("com.github.agliznetsov.swagger-tools:swagger-tools-core:0.2.0")
'com.github.agliznetsov.swagger-tools:swagger-tools-core:jar:0.2.0'
<dependency org="com.github.agliznetsov.swagger-tools" name="swagger-tools-core" rev="0.2.0">
<artifact name="swagger-tools-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.agliznetsov.swagger-tools', module='swagger-tools-core', version='0.2.0')
)
libraryDependencies += "com.github.agliznetsov.swagger-tools" % "swagger-tools-core" % "0.2.0"
[com.github.agliznetsov.swagger-tools/swagger-tools-core "0.2.0"]