| Categories |
CategoriesNetBeans Development Tools IDE Subversion Version Controls Net CLI User Interface |
|---|---|
| GroupId | GroupIdorg.netbeans.external |
| ArtifactId | ArtifactIdsvnClientAdapter-main |
| Version | VersionRELEASE100 |
| Type | Typejar |
| Filename | Size |
|---|---|
| svnClientAdapter-main-RELEASE100.pom | |
| svnClientAdapter-main-RELEASE100.jar | 70 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.netbeans.external/svnClientAdapter-main/ -->
<dependency>
<groupId>org.netbeans.external</groupId>
<artifactId>svnClientAdapter-main</artifactId>
<version>RELEASE100</version>
</dependency>
// https://jarcasting.com/artifacts/org.netbeans.external/svnClientAdapter-main/
implementation 'org.netbeans.external:svnClientAdapter-main:RELEASE100'
// https://jarcasting.com/artifacts/org.netbeans.external/svnClientAdapter-main/
implementation ("org.netbeans.external:svnClientAdapter-main:RELEASE100")
'org.netbeans.external:svnClientAdapter-main:jar:RELEASE100'
<dependency org="org.netbeans.external" name="svnClientAdapter-main" rev="RELEASE100">
<artifact name="svnClientAdapter-main" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.netbeans.external', module='svnClientAdapter-main', version='RELEASE100')
)
libraryDependencies += "org.netbeans.external" % "svnClientAdapter-main" % "RELEASE100"
[org.netbeans.external/svnClientAdapter-main "RELEASE100"]