MVN

io.github.summercattle : cattle-build

Maven & Gradle

Sep 22, 2021
0 stars

Cattle Framework parent pom, managing plugins and dependencies for Cattle Framework projects

<dependency>
    <groupId>io.github.summercattle</groupId>
    <artifactId>cattle-build</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.summercattle : cattle-build to add to Maven - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of io.github.summercattle : cattle-build to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
cattle-build-0.0.1.SP3
cattle-build-0.0.1.SP2
cattle-build-0.0.1.SP1
cattle-build-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.summercattle</groupId>
    <artifactId>cattle-build</artifactId>
    <version>0.0.1</version>
</dependency>

Advertisement