MVN

org.beamfoundry.bundles : org.beamfoundry.bundles.bundles-parent

Maven & Gradle

Dec 24, 2014
0 stars

BeamFoundry :: Bundles :: POM · This pom provides project information that is common to all BeamFoundry Bundles.

<dependency>
    <groupId>org.beamfoundry.bundles</groupId>
    <artifactId>org.beamfoundry.bundles.bundles-parent</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.beamfoundry.bundles : org.beamfoundry.bundles.bundles-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.beamfoundry.bundles : org.beamfoundry.bundles.bundles-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
org.beamfoundry.bundles.bundles-parent-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.beamfoundry.bundles</groupId>
    <artifactId>org.beamfoundry.bundles.bundles-parent</artifactId>
    <version>1.0.0</version>
</dependency>