| Group ID: |
net.filebot |
| Artifact ID: |
ant-spk |
| Version: |
0.5 |
| Last modified: |
26.10.2016 13:10 |
| Packaging: |
jar |
| Name: |
ant-spk |
| Description: |
Ant Task for creating SPK packages for Synology NAS |
| URL: |
https://github.com/rednoah/ant-spk |
|
|
| Size: |
25.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/net/filebot/ant-spk/0.5/ant-spk-0.5.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>net.filebot</groupId>
<artifactId>ant-spk</artifactId>
<version>0.5</version>
<name>ant-spk</name>
<description>Ant Task for creating SPK packages for Synology NAS</description>
<url>https://github.com/rednoah/ant-spk</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>rednoah</id>
<name>Reinhard Pointner</name>
<email>rednoah@filebot.net</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/rednoah/ant-spk.git</connection>
<developerConnection>scm:git:git@github.com:rednoah/ant-spk.git</developerConnection>
<url>https://github.com/rednoah/ant-spk</url>
</scm>
<dependencies>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.55</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpg-jdk15on</artifactId>
<version>1.55</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.5.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>
<version>1.0.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.tukaani</groupId>
<artifactId>xz</artifactId>
<version>1.5</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>net.filebot</groupId>
<artifactId>ant-spk</artifactId>
<version>0.5</version>
</dependency>
|
| Gradle: |
|
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|