File: pom.xml

package info (click to toggle)
ganymed-ssh2 250-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 1,048 kB
  • ctags: 1,836
  • sloc: java: 12,959; makefile: 23; xml: 9
file content (9 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>ch.ethz.ganymed</groupId>
  <artifactId>ganymed-ssh2</artifactId>
  <version>build250</version>
  <name>Ganymed SSH2 for Java</name>
  <description>Ganymed SSH2 for Java is a library which implements the SSH-2 protocol in pure Java</description>
  <url>http://www.cleondris.ch/ssh2/</url>
</project>