is not current version
Last Version RELEASE126

org.netbeans.external:svnClientAdapter-main RELEASE122

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

RELEASE122
Type

Type

jar

Download svnClientAdapter-main RELEASE122


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