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