Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.bitbucket.tek-nik |
ArtifactId | ArtifactIdspring-swagger-simplified |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.bitbucket.tek-nik/spring-swagger-simplified/ -->
<dependency>
<groupId>org.bitbucket.tek-nik</groupId>
<artifactId>spring-swagger-simplified</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.tek-nik/spring-swagger-simplified/
implementation 'org.bitbucket.tek-nik:spring-swagger-simplified:1.0.2'
// https://jarcasting.com/artifacts/org.bitbucket.tek-nik/spring-swagger-simplified/
implementation ("org.bitbucket.tek-nik:spring-swagger-simplified:1.0.2")
'org.bitbucket.tek-nik:spring-swagger-simplified:jar:1.0.2'
<dependency org="org.bitbucket.tek-nik" name="spring-swagger-simplified" rev="1.0.2">
<artifact name="spring-swagger-simplified" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.tek-nik', module='spring-swagger-simplified', version='1.0.2')
)
libraryDependencies += "org.bitbucket.tek-nik" % "spring-swagger-simplified" % "1.0.2"
[org.bitbucket.tek-nik/spring-swagger-simplified "1.0.2"]