is not current version
Last Version RELEASE126

org.netbeans.external:svnClientAdapter-main RELEASE120

POM and identification for artifact that was not possible to uniquely identify as a maven dependency.

Categories

Categories

NetBeans Development Tools IDE Subversion Version Controls Net CLI User Interface
GroupId

GroupId

org.netbeans.external
ArtifactId

ArtifactId

svnClientAdapter-main
Version

Version

RELEASE120
Type

Type

jar

Download svnClientAdapter-main RELEASE120


<!-- https://jarcasting.com/artifacts/org.netbeans.external/svnClientAdapter-main/ -->
<dependency>
    <groupId>org.netbeans.external</groupId>
    <artifactId>svnClientAdapter-main</artifactId>
    <version>RELEASE120</version>
</dependency>
// https://jarcasting.com/artifacts/org.netbeans.external/svnClientAdapter-main/
implementation 'org.netbeans.external:svnClientAdapter-main:RELEASE120'
// https://jarcasting.com/artifacts/org.netbeans.external/svnClientAdapter-main/
implementation ("org.netbeans.external:svnClientAdapter-main:RELEASE120")
'org.netbeans.external:svnClientAdapter-main:jar:RELEASE120'
<dependency org="org.netbeans.external" name="svnClientAdapter-main" rev="RELEASE120">
  <artifact name="svnClientAdapter-main" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.netbeans.external', module='svnClientAdapter-main', version='RELEASE120')
)
libraryDependencies += "org.netbeans.external" % "svnClientAdapter-main" % "RELEASE120"
[org.netbeans.external/svnClientAdapter-main "RELEASE120"]