is not current version
Last Version 1.0.3.2

io.nextflow:capsule-maven 1.0.3.1

Java packaging and deployment system

Categories

Categories

Maven Build Tools Capsule Distribution
GroupId

GroupId

io.nextflow
ArtifactId

ArtifactId

capsule-maven
Version

Version

1.0.3.1
Type

Type

jar

Download capsule-maven 1.0.3.1


<!-- https://jarcasting.com/artifacts/io.nextflow/capsule-maven/ -->
<dependency>
    <groupId>io.nextflow</groupId>
    <artifactId>capsule-maven</artifactId>
    <version>1.0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.nextflow/capsule-maven/
implementation 'io.nextflow:capsule-maven:1.0.3.1'
// https://jarcasting.com/artifacts/io.nextflow/capsule-maven/
implementation ("io.nextflow:capsule-maven:1.0.3.1")
'io.nextflow:capsule-maven:jar:1.0.3.1'
<dependency org="io.nextflow" name="capsule-maven" rev="1.0.3.1">
  <artifact name="capsule-maven" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nextflow', module='capsule-maven', version='1.0.3.1')
)
libraryDependencies += "io.nextflow" % "capsule-maven" % "1.0.3.1"
[io.nextflow/capsule-maven "1.0.3.1"]