Categories |
CategoriesSingularity Application Layer Libs Cluster Management Swagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.hubspot |
ArtifactId | ArtifactIdSingularitySwagger |
Version | Version0.18.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.hubspot/SingularitySwagger/ -->
<dependency>
<groupId>com.hubspot</groupId>
<artifactId>SingularitySwagger</artifactId>
<version>0.18.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hubspot/SingularitySwagger/
implementation 'com.hubspot:SingularitySwagger:0.18.0'
// https://jarcasting.com/artifacts/com.hubspot/SingularitySwagger/
implementation ("com.hubspot:SingularitySwagger:0.18.0")
'com.hubspot:SingularitySwagger:jar:0.18.0'
<dependency org="com.hubspot" name="SingularitySwagger" rev="0.18.0">
<artifact name="SingularitySwagger" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hubspot', module='SingularitySwagger', version='0.18.0')
)
libraryDependencies += "com.hubspot" % "SingularitySwagger" % "0.18.0"
[com.hubspot/SingularitySwagger "0.18.0"]