GroupId | GroupIdcom.github.trickl |
---|---|
ArtifactId | ArtifactIdflux-mock-websocket |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
flux-mock-websocket-0.2.0.pom | |
flux-mock-websocket-0.2.0.jar | 18 KB |
flux-mock-websocket-0.2.0-sources.jar | 7 KB |
flux-mock-websocket-0.2.0-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.trickl/flux-mock-websocket/ -->
<dependency>
<groupId>com.github.trickl</groupId>
<artifactId>flux-mock-websocket</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.trickl/flux-mock-websocket/
implementation 'com.github.trickl:flux-mock-websocket:0.2.0'
// https://jarcasting.com/artifacts/com.github.trickl/flux-mock-websocket/
implementation ("com.github.trickl:flux-mock-websocket:0.2.0")
'com.github.trickl:flux-mock-websocket:jar:0.2.0'
<dependency org="com.github.trickl" name="flux-mock-websocket" rev="0.2.0">
<artifact name="flux-mock-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.trickl', module='flux-mock-websocket', version='0.2.0')
)
libraryDependencies += "com.github.trickl" % "flux-mock-websocket" % "0.2.0"
[com.github.trickl/flux-mock-websocket "0.2.0"]