Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.phoenixframe |
ArtifactId | ArtifactIdphoenix_ftpclient |
Version | Version1.4.6 |
Type | Typejar |
Filename | Size |
---|---|
phoenix_ftpclient-1.4.6.pom | |
phoenix_ftpclient-1.4.6.jar | 5 KB |
phoenix_ftpclient-1.4.6-sources.jar | 3 KB |
phoenix_ftpclient-1.4.6-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.phoenixframe/phoenix_ftpclient/ -->
<dependency>
<groupId>org.phoenixframe</groupId>
<artifactId>phoenix_ftpclient</artifactId>
<version>1.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.phoenixframe/phoenix_ftpclient/
implementation 'org.phoenixframe:phoenix_ftpclient:1.4.6'
// https://jarcasting.com/artifacts/org.phoenixframe/phoenix_ftpclient/
implementation ("org.phoenixframe:phoenix_ftpclient:1.4.6")
'org.phoenixframe:phoenix_ftpclient:jar:1.4.6'
<dependency org="org.phoenixframe" name="phoenix_ftpclient" rev="1.4.6">
<artifact name="phoenix_ftpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.phoenixframe', module='phoenix_ftpclient', version='1.4.6')
)
libraryDependencies += "org.phoenixframe" % "phoenix_ftpclient" % "1.4.6"
[org.phoenixframe/phoenix_ftpclient "1.4.6"]