Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdnet.sf.phat |
ArtifactId | ArtifactIdphat-client |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
phat-client-1.0.6.pom | |
phat-client-1.0.6.jar | 6 KB |
phat-client-1.0.6-sources.jar | 4 KB |
phat-client-1.0.6-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.phat/phat-client/ -->
<dependency>
<groupId>net.sf.phat</groupId>
<artifactId>phat-client</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.phat/phat-client/
implementation 'net.sf.phat:phat-client:1.0.6'
// https://jarcasting.com/artifacts/net.sf.phat/phat-client/
implementation ("net.sf.phat:phat-client:1.0.6")
'net.sf.phat:phat-client:jar:1.0.6'
<dependency org="net.sf.phat" name="phat-client" rev="1.0.6">
<artifact name="phat-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.phat', module='phat-client', version='1.0.6')
)
libraryDependencies += "net.sf.phat" % "phat-client" % "1.0.6"
[net.sf.phat/phat-client "1.0.6"]