MVN

org.faucet-pipeline : faucet-pipeline-spring-boot-parent

Maven & Gradle

Feb 28, 2023
17 stars

faucet-pipeline-spring-boot-parent · A Spring Boot starter for the faucet-pipeline.

<dependency>
    <groupId>org.faucet-pipeline</groupId>
    <artifactId>faucet-pipeline-spring-boot-parent</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.faucet-pipeline : faucet-pipeline-spring-boot-parent to add to Maven - Latest Versions:

  • Latest Stable: 2.0.0
  • Latest Release Candidate: 1.0.0-rc.4

All Versions

Choose a version of org.faucet-pipeline : faucet-pipeline-spring-boot-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
faucet-pipeline-spring-boot-parent-2.0.0
1.3.x
faucet-pipeline-spring-boot-parent-1.3.0
1.2.x
faucet-pipeline-spring-boot-parent-1.2.0
1.1.x
faucet-pipeline-spring-boot-parent-1.1.1
faucet-pipeline-spring-boot-parent-1.1.0
1.0.x
faucet-pipeline-spring-boot-parent-1.0.0
faucet-pipeline-spring-boot-parent-1.0.0-rc.4
faucet-pipeline-spring-boot-parent-1.0.0-rc.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.faucet-pipeline</groupId>
    <artifactId>faucet-pipeline-spring-boot-parent</artifactId>
    <version>2.0.0</version>
</dependency>

Advertisement