MVN

com.github.kameshchauhan.openfaas : openfaas-dependency

Maven & Gradle

May 21, 2019
3 stars

A data model dependency for OpenFaaS function using java8 template.

<dependency>
    <groupId>com.github.kameshchauhan.openfaas</groupId>
    <artifactId>openfaas-dependency</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.kameshchauhan.openfaas : openfaas-dependency to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.github.kameshchauhan.openfaas : openfaas-dependency to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
openfaas-dependency-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.kameshchauhan.openfaas</groupId>
    <artifactId>openfaas-dependency</artifactId>
    <version>1.0.0</version>
</dependency>