Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdorg.phoenixframe |
ArtifactId | ArtifactIdphoenix_telnetclient |
Version | Version1.4.8 |
Type | Typejar |
Filename | Size |
---|---|
phoenix_telnetclient-1.4.8.pom | |
phoenix_telnetclient-1.4.8.jar | 25 KB |
phoenix_telnetclient-1.4.8-sources.jar | 12 KB |
phoenix_telnetclient-1.4.8-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.phoenixframe/phoenix_telnetclient/ -->
<dependency>
<groupId>org.phoenixframe</groupId>
<artifactId>phoenix_telnetclient</artifactId>
<version>1.4.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.phoenixframe/phoenix_telnetclient/
implementation 'org.phoenixframe:phoenix_telnetclient:1.4.8'
// https://jarcasting.com/artifacts/org.phoenixframe/phoenix_telnetclient/
implementation ("org.phoenixframe:phoenix_telnetclient:1.4.8")
'org.phoenixframe:phoenix_telnetclient:jar:1.4.8'
<dependency org="org.phoenixframe" name="phoenix_telnetclient" rev="1.4.8">
<artifact name="phoenix_telnetclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.phoenixframe', module='phoenix_telnetclient', version='1.4.8')
)
libraryDependencies += "org.phoenixframe" % "phoenix_telnetclient" % "1.4.8"
[org.phoenixframe/phoenix_telnetclient "1.4.8"]