| Categories |
CategoriesSwagger Program Interface REST Frameworks |
|---|---|
| GroupId | GroupIdio.github.cyrilschumacher |
| ArtifactId | ArtifactIdswagger-project |
| Version | Version1.6.3 |
| Type | Typepom |
| Filename | Size |
|---|---|
| swagger-project-1.6.3.pom | 26 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.cyrilschumacher/swagger-project/ -->
<dependency>
<groupId>io.github.cyrilschumacher</groupId>
<artifactId>swagger-project</artifactId>
<version>1.6.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.cyrilschumacher/swagger-project/
implementation 'io.github.cyrilschumacher:swagger-project:1.6.3'
// https://jarcasting.com/artifacts/io.github.cyrilschumacher/swagger-project/
implementation ("io.github.cyrilschumacher:swagger-project:1.6.3")
'io.github.cyrilschumacher:swagger-project:pom:1.6.3'
<dependency org="io.github.cyrilschumacher" name="swagger-project" rev="1.6.3">
<artifact name="swagger-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.cyrilschumacher', module='swagger-project', version='1.6.3')
)
libraryDependencies += "io.github.cyrilschumacher" % "swagger-project" % "1.6.3"
[io.github.cyrilschumacher/swagger-project "1.6.3"]