| License |
License |
|---|---|
| GroupId | GroupIdcom.github.nfalco79 |
| ArtifactId | ArtifactIdparent |
| Version | Version1.0.0-beta1 |
| Type | Typepom |
| Description |
DescriptionOrganisation Parent pom.xml
A Maven parent pom where define common lifecycle for these projects
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| parent-1.0.0-beta1.pom | 22 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.nfalco79/parent/ -->
<dependency>
<groupId>com.github.nfalco79</groupId>
<artifactId>parent</artifactId>
<version>1.0.0-beta1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nfalco79/parent/
implementation 'com.github.nfalco79:parent:1.0.0-beta1'
// https://jarcasting.com/artifacts/com.github.nfalco79/parent/
implementation ("com.github.nfalco79:parent:1.0.0-beta1")
'com.github.nfalco79:parent:pom:1.0.0-beta1'
<dependency org="com.github.nfalco79" name="parent" rev="1.0.0-beta1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nfalco79', module='parent', version='1.0.0-beta1')
)
libraryDependencies += "com.github.nfalco79" % "parent" % "1.0.0-beta1"
[com.github.nfalco79/parent "1.0.0-beta1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.mockito : mockito-core | jar | 4.3.1 |
| org.assertj : assertj-core | jar | 3.22.0 |