Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.spirit21.swagger |
ArtifactId | ArtifactIdswagger-doclet-parent |
Version | Version0.3 |
Type | Typepom |
Filename | Size |
---|---|
swagger-doclet-parent-0.3.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spirit21.swagger/swagger-doclet-parent/ -->
<dependency>
<groupId>com.spirit21.swagger</groupId>
<artifactId>swagger-doclet-parent</artifactId>
<version>0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.spirit21.swagger/swagger-doclet-parent/
implementation 'com.spirit21.swagger:swagger-doclet-parent:0.3'
// https://jarcasting.com/artifacts/com.spirit21.swagger/swagger-doclet-parent/
implementation ("com.spirit21.swagger:swagger-doclet-parent:0.3")
'com.spirit21.swagger:swagger-doclet-parent:pom:0.3'
<dependency org="com.spirit21.swagger" name="swagger-doclet-parent" rev="0.3">
<artifact name="swagger-doclet-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.spirit21.swagger', module='swagger-doclet-parent', version='0.3')
)
libraryDependencies += "com.spirit21.swagger" % "swagger-doclet-parent" % "0.3"
[com.spirit21.swagger/swagger-doclet-parent "0.3"]