RLD-PARENT
A parent pom.xml for RealLifeDeveloper Java projects.
Before building other projects that depend on this pom.xml, you need to install it into your local Maven repository:
mvn clean install
| License |
License |
|---|---|
| GroupId | GroupIdcom.reallifedeveloper |
| ArtifactId | ArtifactIdrld-parent |
| Last Version | Last Version5 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptioncom.reallifedeveloper:rld-parent
Common Maven configuration for RealLifeDeveloper sample code.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| rld-parent-5.pom | 43 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.reallifedeveloper/rld-parent/ -->
<dependency>
<groupId>com.reallifedeveloper</groupId>
<artifactId>rld-parent</artifactId>
<version>5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.reallifedeveloper/rld-parent/
implementation 'com.reallifedeveloper:rld-parent:5'
// https://jarcasting.com/artifacts/com.reallifedeveloper/rld-parent/
implementation ("com.reallifedeveloper:rld-parent:5")
'com.reallifedeveloper:rld-parent:pom:5'
<dependency org="com.reallifedeveloper" name="rld-parent" rev="5">
<artifact name="rld-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.reallifedeveloper', module='rld-parent', version='5')
)
libraryDependencies += "com.reallifedeveloper" % "rld-parent" % "5"
[com.reallifedeveloper/rld-parent "5"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
A parent pom.xml for RealLifeDeveloper Java projects.
Before building other projects that depend on this pom.xml, you need to install it into your local Maven repository:
mvn clean install