Maven Repository - POM file for Source Control svnkit 1.1.4-hudson-6 1.1.4-hudson-6

Summary

SVNKit.

The only pure Java Subversion library in the world, formerly known as JavaSVN.

Declaration

Here is the list of declaration for svnkit. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.jvnet.hudson.svnkit</groupId>
   <artifactId>svnkit</artifactId>
   <version>1.1.4-hudson-6</version>
</dependency>

If you think this Maven repository POM file listing for svnkit is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:The TMate Open Source License
URL: http://svnkit.com/license.html.





Depends on

The svnkit-1.1.4-hudson-6 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Networkganymed-ssh2 build210
Ganymed SSH2 for Java is a library which implements the SSH-2 protocol in pure Java
12

Packages

The following packages are defined in the svnkit-1.1.4-hudson-6.jar

de.regnis.q.sequence
de.regnis.q.sequence.core
de.regnis.q.sequence.line
de.regnis.q.sequence.line.diff
de.regnis.q.sequence.line.simplifier
de.regnis.q.sequence.media
org.tigris.subversion.javahl
org.tmatesoft.svn.core
org.tmatesoft.svn.core.auth
org.tmatesoft.svn.core.internal.delta
org.tmatesoft.svn.core.internal.io.dav
org.tmatesoft.svn.core.internal.io.dav.handlers
org.tmatesoft.svn.core.internal.io.dav.http
org.tmatesoft.svn.core.internal.io.fs
org.tmatesoft.svn.core.internal.io.svn
org.tmatesoft.svn.core.internal.util
org.tmatesoft.svn.core.internal.wc
org.tmatesoft.svn.core.internal.wc.admin
org.tmatesoft.svn.core.io
org.tmatesoft.svn.core.io.diff
org.tmatesoft.svn.core.javahl
org.tmatesoft.svn.core.replicator
org.tmatesoft.svn.core.wc
org.tmatesoft.svn.core.wc.admin
org.tmatesoft.svn.core.wc.xml
org.tmatesoft.svn.util




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<project
 xmlns="http://maven.apache.org/POM/4.0.0"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 <modelVersion>4.0.0</modelVersion>
 <groupId>org.jvnet.hudson.svnkit</groupId>
 <artifactId>svnkit</artifactId>
 <version>1.1.4-hudson-6</version>
 <name>SVNKit</name>
 <description>The only pure Java Subversion library in the world, formerly known as JavaSVN</description>
 <url>http://svnkit.com/</url>
 <licenses>
   <license>
     <name>The TMate Open Source License</name>
     <url>http://svnkit.com/license.html</url>          
   </license>
 </licenses>
 <scm>
   <url>http://svn.svnkit.com/repos/svnkit</url>
 </scm>
 <distributionManagement>
   <downloadUrl>http://svnkit.com/download/index.php</downloadUrl>
 </distributionManagement>
 <dependencies>
   <dependency>
     <groupId>ch.ethz.ganymed</groupId>
     <artifactId>ganymed-ssh2</artifactId>
     <version>build210</version>
   </dependency>
 </dependencies>
</project>