Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.streamok |
ArtifactId | ArtifactIdstreamok-adapter-rest |
Version | Version0.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.streamok/streamok-adapter-rest/ -->
<dependency>
<groupId>net.streamok</groupId>
<artifactId>streamok-adapter-rest</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.streamok/streamok-adapter-rest/
implementation 'net.streamok:streamok-adapter-rest:0.0.6'
// https://jarcasting.com/artifacts/net.streamok/streamok-adapter-rest/
implementation ("net.streamok:streamok-adapter-rest:0.0.6")
'net.streamok:streamok-adapter-rest:jar:0.0.6'
<dependency org="net.streamok" name="streamok-adapter-rest" rev="0.0.6">
<artifact name="streamok-adapter-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.streamok', module='streamok-adapter-rest', version='0.0.6')
)
libraryDependencies += "net.streamok" % "streamok-adapter-rest" % "0.0.6"
[net.streamok/streamok-adapter-rest "0.0.6"]