Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.github.ollgei.base |
ArtifactId | ArtifactIdbase-swagger-annotator |
Version | Version1.0.0.M1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ollgei.base/base-swagger-annotator/ -->
<dependency>
<groupId>com.github.ollgei.base</groupId>
<artifactId>base-swagger-annotator</artifactId>
<version>1.0.0.M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ollgei.base/base-swagger-annotator/
implementation 'com.github.ollgei.base:base-swagger-annotator:1.0.0.M1'
// https://jarcasting.com/artifacts/com.github.ollgei.base/base-swagger-annotator/
implementation ("com.github.ollgei.base:base-swagger-annotator:1.0.0.M1")
'com.github.ollgei.base:base-swagger-annotator:jar:1.0.0.M1'
<dependency org="com.github.ollgei.base" name="base-swagger-annotator" rev="1.0.0.M1">
<artifact name="base-swagger-annotator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ollgei.base', module='base-swagger-annotator', version='1.0.0.M1')
)
libraryDependencies += "com.github.ollgei.base" % "base-swagger-annotator" % "1.0.0.M1"
[com.github.ollgei.base/base-swagger-annotator "1.0.0.M1"]