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