nf-plugin-template
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>es.edn</groupId>
<artifactId>nf-plugin-template</artifactId>
<version>0.0.8-rc2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>es.edn</groupId>
<artifactId>nf-plugin-template</artifactId>
<version>0.0.8-rc2</version>
<packaging>zip</packaging>
<name>nf-plugin-template</name>
<description>Nextflow Plugin</description>
<url>https://github.com/edn-es/nf-plugin-template</url>
<inceptionYear>2023</inceptionYear>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://spdx.org/licenses/Apache-2.0.html</url>
</license>
</licenses>
<developers>
<developer>
<id>jagedn</id>
<name>Jorge Aguilera</name>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/edn-es/nf-plugin-template.git</connection>
<developerConnection>scm:git:ssh://github.com/edn-es/nf-plugin-template.git</developerConnection>
<url>http://github.com/edn-es/nf-plugin-template</url>
</scm>
</project>