Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.github.huanshare |
ArtifactId | ArtifactIdhuan-swagger-core |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
huan-swagger-core-1.0.0.pom | |
huan-swagger-core-1.0.0.jar | 5 KB |
huan-swagger-core-1.0.0-sources.jar | 2 KB |
huan-swagger-core-1.0.0-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.huanshare/huan-swagger-core/ -->
<dependency>
<groupId>com.github.huanshare</groupId>
<artifactId>huan-swagger-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.huanshare/huan-swagger-core/
implementation 'com.github.huanshare:huan-swagger-core:1.0.0'
// https://jarcasting.com/artifacts/com.github.huanshare/huan-swagger-core/
implementation ("com.github.huanshare:huan-swagger-core:1.0.0")
'com.github.huanshare:huan-swagger-core:jar:1.0.0'
<dependency org="com.github.huanshare" name="huan-swagger-core" rev="1.0.0">
<artifact name="huan-swagger-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.huanshare', module='huan-swagger-core', version='1.0.0')
)
libraryDependencies += "com.github.huanshare" % "huan-swagger-core" % "1.0.0"
[com.github.huanshare/huan-swagger-core "1.0.0"]