| 组织ID: |
io.nextflow |
| 项目ID: |
nxf-httpfs |
| 版本: |
0.26.0-beta1 |
| 最后修改时间: |
2019-12-01 05:50:52 |
| 包类型: |
jar |
| 标题: |
Nextflow |
| 描述: |
A DSL modelled around the UNIX pipe concept, that simplifies writing parallel and scalable pipelines in a portable manner |
| 相关URL: |
http://www.nextflow.io |
| 大小: |
45.50KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.nextflow</groupId>
<artifactId>nxf-httpfs</artifactId>
<version>0.26.0-beta1</version>
</dependency>
|
| Gradle引入代码: |
io.nextflow:nxf-httpfs:0.26.0-beta1
|
| 下载Jar包: |
|
| POM文件内容: |
<?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>io.nextflow</groupId>
<artifactId>nxf-httpfs</artifactId>
<version>0.26.0-beta1</version>
<name>Nextflow</name>
<description>A DSL modelled around the UNIX pipe concept, that simplifies writing parallel and scalable pipelines in a portable manner</description>
<url>http://www.nextflow.io</url>
<licenses>
<license>
<name>GPLv3</name>
<url>http://www.gnu.org/licenses/gpl-3.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>pditommaso</id>
<name>Paolo Di Tommaso</name>
<email>paolo.ditommaso@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/nextflow-io/nextflow</connection>
<developerConnection>scm:git:git@github.com:nextflow-io/nextflow.git</developerConnection>
<url>https://github.com/nextflow-io/nextflow</url>
</scm>
<dependencies>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
<version>2.4.11</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>groovy-all</artifactId>
<groupId>org.codehaus.groovy</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-nio</artifactId>
<version>2.4.11</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>groovy-all</artifactId>
<groupId>org.codehaus.groovy</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.1.10</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>groovy-all</artifactId>
<groupId>org.codehaus.groovy</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<version>2.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>groovy-all</artifactId>
<groupId>org.codehaus.groovy</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
<version>1.4</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>groovy-all</artifactId>
<groupId>org.codehaus.groovy</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.spockframework</groupId>
<artifactId>spock-core</artifactId>
<version>1.0-groovy-2.4</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>groovy-all</artifactId>
<groupId>org.codehaus.groovy</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.jimfs</groupId>
<artifactId>jimfs</artifactId>
<version>1.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>groovy-all</artifactId>
<groupId>org.codehaus.groovy</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-json</artifactId>
<version>2.4.11</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>groovy-all</artifactId>
<groupId>org.codehaus.groovy</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock</artifactId>
<version>1.57</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>groovy-all</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>groovy-all</artifactId>
<groupId>org.codehaus.groovy</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.tomjankes</groupId>
<artifactId>wiremock-groovy</artifactId>
<version>0.2.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>groovy-all</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>groovy-all</artifactId>
<groupId>org.codehaus.groovy</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/services/java.nio.file.spi.FileSystemProvider
nextflow.file.http.FtpFileSystemProvider.class
nextflow.file.http.HttpFileSystemProvider.class
nextflow.file.http.HttpsFileSystemProvider.class
nextflow.file.http.XFileAttributes.class
nextflow.file.http.XFileSystem.class
nextflow.file.http.XFileSystemProvider$1.class
nextflow.file.http.XFileSystemProvider.class
nextflow.file.http.XPath$1.class
nextflow.file.http.XPath.class
META-INF/services/java.nio.file.spi.FileSystemProvider
nextflow.file.http.FtpFileSystemProvider.class
nextflow.file.http.HttpFileSystemProvider.class
nextflow.file.http.HttpsFileSystemProvider.class
nextflow.file.http.XFileAttributes.class
nextflow.file.http.XFileSystem.class
nextflow.file.http.XFileSystemProvider$1.class
nextflow.file.http.XFileSystemProvider.class
nextflow.file.http.XPath$1.class
nextflow.file.http.XPath.class
|
| 依赖Jar: |
groovy-2.4.11.jar
/org.codehaus.groovy/groovy/2.4.11
查看groovy所有版本文件
groovy-nio-2.4.11.jar
/org.codehaus.groovy/groovy-nio/2.4.11
查看groovy-nio所有版本文件
logback-classic-1.1.10.jar
/ch.qos.logback/logback-classic/1.1.10
查看logback-classic所有版本文件
cglib-nodep-2.2.jar
/cglib/cglib-nodep/2.2
查看cglib-nodep所有版本文件
objenesis-1.4.jar
/org.objenesis/objenesis/1.4
查看objenesis所有版本文件
spock-core-1.0-groovy-2.4.jar
/org.spockframework/spock-core/1.0-groovy-2.4
查看spock-core所有版本文件
jimfs-1.0.jar
/com.google.jimfs/jimfs/1.0
查看jimfs所有版本文件
groovy-json-2.4.11.jar
/org.codehaus.groovy/groovy-json/2.4.11
查看groovy-json所有版本文件
wiremock-1.57.jar
/com.github.tomakehurst/wiremock/1.57
查看wiremock所有版本文件
wiremock-groovy-0.2.0.jar
/com.github.tomjankes/wiremock-groovy/0.2.0
查看wiremock-groovy所有版本文件
|