Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.wordnik |
ArtifactId | ArtifactIdswaggersocket-sample-wordnik |
Version | Version2.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.wordnik/swaggersocket-sample-wordnik/ -->
<dependency>
<groupId>com.wordnik</groupId>
<artifactId>swaggersocket-sample-wordnik</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.wordnik/swaggersocket-sample-wordnik/
implementation 'com.wordnik:swaggersocket-sample-wordnik:2.0.2'
// https://jarcasting.com/artifacts/com.wordnik/swaggersocket-sample-wordnik/
implementation ("com.wordnik:swaggersocket-sample-wordnik:2.0.2")
'com.wordnik:swaggersocket-sample-wordnik:jar:2.0.2'
<dependency org="com.wordnik" name="swaggersocket-sample-wordnik" rev="2.0.2">
<artifact name="swaggersocket-sample-wordnik" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wordnik', module='swaggersocket-sample-wordnik', version='2.0.2')
)
libraryDependencies += "com.wordnik" % "swaggersocket-sample-wordnik" % "2.0.2"
[com.wordnik/swaggersocket-sample-wordnik "2.0.2"]