Roboconf Parent
This project contains the parent POM for all the Maven projects related to Roboconf.
 It provides common configuration for many plug-ins. It also centralizes information about distribution management and the development team.
| License | License | 
|---|---|
| Categories | CategoriesNet | 
| GroupId | GroupIdnet.roboconf | 
| ArtifactId | ArtifactIdroboconf-parent | 
| Last Version | Last Version1.10 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionRoboconf :: Parent A solution for elastic deployments | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| roboconf-parent-1.10.pom | 9 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.roboconf/roboconf-parent/ -->
<dependency>
    <groupId>net.roboconf</groupId>
    <artifactId>roboconf-parent</artifactId>
    <version>1.10</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/net.roboconf/roboconf-parent/
implementation 'net.roboconf:roboconf-parent:1.10'// https://jarcasting.com/artifacts/net.roboconf/roboconf-parent/
implementation ("net.roboconf:roboconf-parent:1.10")'net.roboconf:roboconf-parent:pom:1.10'<dependency org="net.roboconf" name="roboconf-parent" rev="1.10">
  <artifact name="roboconf-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='net.roboconf', module='roboconf-parent', version='1.10')
)libraryDependencies += "net.roboconf" % "roboconf-parent" % "1.10"[net.roboconf/roboconf-parent "1.10"]This project contains the parent POM for all the Maven projects related to Roboconf.
 It provides common configuration for many plug-ins. It also centralizes information about distribution management and the development team.