is not current version
Last Version 0.4.0-BETA

ws.argo.responder:PluginClient 0.3.1

This jar is used by plugins so they can integrate into the Responder Daemon

Categories

Categories

CLI User Interface
GroupId

GroupId

ws.argo.responder
ArtifactId

ArtifactId

PluginClient
Version

Version

0.3.1
Type

Type

jar

Download PluginClient 0.3.1


<!-- https://jarcasting.com/artifacts/ws.argo.responder/PluginClient/ -->
<dependency>
    <groupId>ws.argo.responder</groupId>
    <artifactId>PluginClient</artifactId>
    <version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/ws.argo.responder/PluginClient/
implementation 'ws.argo.responder:PluginClient:0.3.1'
// https://jarcasting.com/artifacts/ws.argo.responder/PluginClient/
implementation ("ws.argo.responder:PluginClient:0.3.1")
'ws.argo.responder:PluginClient:jar:0.3.1'
<dependency org="ws.argo.responder" name="PluginClient" rev="0.3.1">
  <artifact name="PluginClient" type="jar" />
</dependency>
@Grapes(
@Grab(group='ws.argo.responder', module='PluginClient', version='0.3.1')
)
libraryDependencies += "ws.argo.responder" % "PluginClient" % "0.3.1"
[ws.argo.responder/PluginClient "0.3.1"]