| License |
License |
|---|---|
| Categories |
CategoriesSubversion Development Tools Version Controls |
| GroupId | GroupIdeu.cedarsoft.devtools |
| ArtifactId | ArtifactIdsubversion |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSubversion Support
Subversion modules for DevTools
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| subversion-1.1.pom | |
| subversion-1.1.jar | 23 KB |
| subversion-1.1-sources.jar | 11 KB |
| subversion-1.1-javadoc.jar | 78 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/eu.cedarsoft.devtools/subversion/ -->
<dependency>
<groupId>eu.cedarsoft.devtools</groupId>
<artifactId>subversion</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.cedarsoft.devtools/subversion/
implementation 'eu.cedarsoft.devtools:subversion:1.1'
// https://jarcasting.com/artifacts/eu.cedarsoft.devtools/subversion/
implementation ("eu.cedarsoft.devtools:subversion:1.1")
'eu.cedarsoft.devtools:subversion:jar:1.1'
<dependency org="eu.cedarsoft.devtools" name="subversion" rev="1.1">
<artifact name="subversion" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.cedarsoft.devtools', module='subversion', version='1.1')
)
libraryDependencies += "eu.cedarsoft.devtools" % "subversion" % "1.1"
[eu.cedarsoft.devtools/subversion "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| eu.cedarsoft.devtools : core | jar | 1.1 |
| com.svnkit : svnkit | jar | 1.1.0 |
| com.svnkit : svnkit-cli | jar | 1.1.0 |
| com.google.code.guice : guice | jar | 1.0 |
| com.intellij : annotations | jar | 6.0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.3.1 |