Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.github.zj-dreamly |
ArtifactId | ArtifactIddreamly-starter-swagger |
Version | Version1.0.0-beta.2 |
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>1.0.0-beta.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zj-dreamly/dreamly-starter-swagger/
implementation 'com.github.zj-dreamly:dreamly-starter-swagger:1.0.0-beta.2'
// https://jarcasting.com/artifacts/com.github.zj-dreamly/dreamly-starter-swagger/
implementation ("com.github.zj-dreamly:dreamly-starter-swagger:1.0.0-beta.2")
'com.github.zj-dreamly:dreamly-starter-swagger:jar:1.0.0-beta.2'
<dependency org="com.github.zj-dreamly" name="dreamly-starter-swagger" rev="1.0.0-beta.2">
<artifact name="dreamly-starter-swagger" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zj-dreamly', module='dreamly-starter-swagger', version='1.0.0-beta.2')
)
libraryDependencies += "com.github.zj-dreamly" % "dreamly-starter-swagger" % "1.0.0-beta.2"
[com.github.zj-dreamly/dreamly-starter-swagger "1.0.0-beta.2"]