Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdws.argo.responder |
ArtifactId | ArtifactIdPluginClient |
Version | Version0.3.1 |
Type | Typejar |
Filename | Size |
---|---|
PluginClient-0.3.1.pom | |
PluginClient-0.3.1.jar | 2 KB |
PluginClient-0.3.1-sources.jar | 2 KB |
PluginClient-0.3.1-javadoc.jar | 29 KB |
Browse |
<!-- 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"]