Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.github.zj-dreamly |
ArtifactId | ArtifactIddreamly-starter-swagger |
Version | Version0.0.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.zj-dreamly/dreamly-starter-swagger/ -->
<dependency>
<groupId>com.github.zj-dreamly</groupId>
<artifactId>dreamly-starter-swagger</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zj-dreamly/dreamly-starter-swagger/
implementation 'com.github.zj-dreamly:dreamly-starter-swagger:0.0.9'
// https://jarcasting.com/artifacts/com.github.zj-dreamly/dreamly-starter-swagger/
implementation ("com.github.zj-dreamly:dreamly-starter-swagger:0.0.9")
'com.github.zj-dreamly:dreamly-starter-swagger:jar:0.0.9'
<dependency org="com.github.zj-dreamly" name="dreamly-starter-swagger" rev="0.0.9">
<artifact name="dreamly-starter-swagger" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zj-dreamly', module='dreamly-starter-swagger', version='0.0.9')
)
libraryDependencies += "com.github.zj-dreamly" % "dreamly-starter-swagger" % "0.0.9"
[com.github.zj-dreamly/dreamly-starter-swagger "0.0.9"]