MVN

be.icteam : helloworld

Maven & Gradle

Apr 16, 2017

hello world · Hello world (icteam can publish to maven central)

<dependency>
    <groupId>be.icteam</groupId>
    <artifactId>helloworld</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of be.icteam : helloworld to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of be.icteam : helloworld to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
helloworld-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>be.icteam</groupId>
    <artifactId>helloworld</artifactId>
    <version>1.0</version>
</dependency>

Advertisement