License |
License |
---|---|
Categories |
CategoriesSubversion Development Tools Version Controls |
GroupId | GroupIdorg.sonarsource.scm.svn |
ArtifactId | ArtifactIdsvn |
Last Version | Last Version1.10.0.1917 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSonarQube :: Plugins :: SCM :: SVN
Subversion SCM Provider for SonarQube
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
svn-1.10.0.1917.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonarsource.scm.svn/svn/ -->
<dependency>
<groupId>org.sonarsource.scm.svn</groupId>
<artifactId>svn</artifactId>
<version>1.10.0.1917</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonarsource.scm.svn/svn/
implementation 'org.sonarsource.scm.svn:svn:1.10.0.1917'
// https://jarcasting.com/artifacts/org.sonarsource.scm.svn/svn/
implementation ("org.sonarsource.scm.svn:svn:1.10.0.1917")
'org.sonarsource.scm.svn:svn:pom:1.10.0.1917'
<dependency org="org.sonarsource.scm.svn" name="svn" rev="1.10.0.1917">
<artifact name="svn" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonarsource.scm.svn', module='svn', version='1.10.0.1917')
)
libraryDependencies += "org.sonarsource.scm.svn" % "svn" % "1.10.0.1917"
[org.sonarsource.scm.svn/svn "1.10.0.1917"]