License |
License |
---|---|
GroupId | GroupIdcom.greenbird |
ArtifactId | ArtifactIdgreenbird-os-parent |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptiongreenbird OS parent pom
Parent POM for greenbird OS projects. Adds dependency and plugin management and defines common properties.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
greenbird-os-parent-2.0.0.pom | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.greenbird/greenbird-os-parent/ -->
<dependency>
<groupId>com.greenbird</groupId>
<artifactId>greenbird-os-parent</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.greenbird/greenbird-os-parent/
implementation 'com.greenbird:greenbird-os-parent:2.0.0'
// https://jarcasting.com/artifacts/com.greenbird/greenbird-os-parent/
implementation ("com.greenbird:greenbird-os-parent:2.0.0")
'com.greenbird:greenbird-os-parent:pom:2.0.0'
<dependency org="com.greenbird" name="greenbird-os-parent" rev="2.0.0">
<artifact name="greenbird-os-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.greenbird', module='greenbird-os-parent', version='2.0.0')
)
libraryDependencies += "com.greenbird" % "greenbird-os-parent" % "2.0.0"
[com.greenbird/greenbird-os-parent "2.0.0"]