GroupId | GroupIdio.nextflow |
---|---|
ArtifactId | ArtifactIdnf-ga4gh |
Version | Version20.08.0-edge |
Type | Typejar |
Filename | Size |
---|---|
nf-ga4gh-20.08.0-edge.pom | |
nf-ga4gh-20.08.0-edge.jar | 105 KB |
nf-ga4gh-20.08.0-edge-sources.jar | 65 KB |
nf-ga4gh-20.08.0-edge-javadoc.jar | 25 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.nextflow/nf-ga4gh/ -->
<dependency>
<groupId>io.nextflow</groupId>
<artifactId>nf-ga4gh</artifactId>
<version>20.08.0-edge</version>
</dependency>
// https://jarcasting.com/artifacts/io.nextflow/nf-ga4gh/
implementation 'io.nextflow:nf-ga4gh:20.08.0-edge'
// https://jarcasting.com/artifacts/io.nextflow/nf-ga4gh/
implementation ("io.nextflow:nf-ga4gh:20.08.0-edge")
'io.nextflow:nf-ga4gh:jar:20.08.0-edge'
<dependency org="io.nextflow" name="nf-ga4gh" rev="20.08.0-edge">
<artifact name="nf-ga4gh" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nextflow', module='nf-ga4gh', version='20.08.0-edge')
)
libraryDependencies += "io.nextflow" % "nf-ga4gh" % "20.08.0-edge"
[io.nextflow/nf-ga4gh "20.08.0-edge"]