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