Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdnet.sourceforge.andspidclient |
ArtifactId | ArtifactIdands-pid-client |
Version | Version1.0.07 |
Type | Typejar |
Filename | Size |
---|---|
ands-pid-client-1.0.07.pom | |
ands-pid-client-1.0.07.jar | 22 KB |
ands-pid-client-1.0.07-sources.jar | 20 KB |
ands-pid-client-1.0.07-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.andspidclient/ands-pid-client/ -->
<dependency>
<groupId>net.sourceforge.andspidclient</groupId>
<artifactId>ands-pid-client</artifactId>
<version>1.0.07</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.andspidclient/ands-pid-client/
implementation 'net.sourceforge.andspidclient:ands-pid-client:1.0.07'
// https://jarcasting.com/artifacts/net.sourceforge.andspidclient/ands-pid-client/
implementation ("net.sourceforge.andspidclient:ands-pid-client:1.0.07")
'net.sourceforge.andspidclient:ands-pid-client:jar:1.0.07'
<dependency org="net.sourceforge.andspidclient" name="ands-pid-client" rev="1.0.07">
<artifact name="ands-pid-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.andspidclient', module='ands-pid-client', version='1.0.07')
)
libraryDependencies += "net.sourceforge.andspidclient" % "ands-pid-client" % "1.0.07"
[net.sourceforge.andspidclient/ands-pid-client "1.0.07"]