Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection Swagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.jwebmp |
ArtifactId | ArtifactIdguiced-swagger-ui |
Version | Version0.65.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.jwebmp/guiced-swagger-ui/ -->
<dependency>
<groupId>com.jwebmp</groupId>
<artifactId>guiced-swagger-ui</artifactId>
<version>0.65.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.jwebmp/guiced-swagger-ui/
implementation 'com.jwebmp:guiced-swagger-ui:0.65.0.2'
// https://jarcasting.com/artifacts/com.jwebmp/guiced-swagger-ui/
implementation ("com.jwebmp:guiced-swagger-ui:0.65.0.2")
'com.jwebmp:guiced-swagger-ui:jar:0.65.0.2'
<dependency org="com.jwebmp" name="guiced-swagger-ui" rev="0.65.0.2">
<artifact name="guiced-swagger-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jwebmp', module='guiced-swagger-ui', version='0.65.0.2')
)
libraryDependencies += "com.jwebmp" % "guiced-swagger-ui" % "0.65.0.2"
[com.jwebmp/guiced-swagger-ui "0.65.0.2"]