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