Parent POM for Simplify4U projects.
This project contains the global configuration for Simplify4U projects.
License |
License |
---|---|
GroupId | GroupIdorg.simplify4u |
ArtifactId | ArtifactIdparent-root |
Last Version | Last Version2.3.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSimplify4U parent POM - root
Simplify4U parent POM for our projects - root projects
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-root-2.3.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.simplify4u/parent-root/ -->
<dependency>
<groupId>org.simplify4u</groupId>
<artifactId>parent-root</artifactId>
<version>2.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.simplify4u/parent-root/
implementation 'org.simplify4u:parent-root:2.3.0'
// https://jarcasting.com/artifacts/org.simplify4u/parent-root/
implementation ("org.simplify4u:parent-root:2.3.0")
'org.simplify4u:parent-root:pom:2.3.0'
<dependency org="org.simplify4u" name="parent-root" rev="2.3.0">
<artifact name="parent-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.simplify4u', module='parent-root', version='2.3.0')
)
libraryDependencies += "org.simplify4u" % "parent-root" % "2.3.0"
[org.simplify4u/parent-root "2.3.0"]
This project contains the global configuration for Simplify4U projects.