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