MVN

ch.sourcepond : build

Maven & Gradle

Mar 27, 2017

Base build POM · Base project object model for all projects published by SourcePond.

<dependency>
    <groupId>ch.sourcepond</groupId>
    <artifactId>build</artifactId>
    <version>0.7.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.sourcepond : build to add to Maven - Latest Versions:

  • Latest Stable: 0.7.7

All Versions

Choose a version of ch.sourcepond : build to add to Maven - All Versions:

Version Vulnerabilities Updated
0.7.x
build-0.7.7
build-0.7.6
build-0.7.5
build-0.7.4
build-0.7.3
build-0.7.1
build-0.7.0
0.6.x
build-0.6.12
build-0.6.11
build-0.6.10
build-0.6.9
build-0.6.8
build-0.6.7
build-0.6.6
build-0.6.5
build-0.6.4
build-0.6.3
build-0.6.1
0.5.x
build-0.5.15
build-0.5.2
build-0.5.1
build-0.5.0
0.4.x
build-0.4.13
build-0.4.11
build-0.4.10
build-0.4.9
build-0.4.7
0.3.x
build-0.3.1
build-0.3.0
0.2.x
build-0.2.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>ch.sourcepond</groupId>
    <artifactId>build</artifactId>
    <version>0.7.7</version>
</dependency>

Advertisement