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