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