is not current version
Last Version RELEASE126

org.netbeans.external:svnClientAdapter-main RELEASE120-u1

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-u1
Type

Type

jar

Download svnClientAdapter-main RELEASE120-u1


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